Skip to content

Commit 0950789

Browse files
Update api/src/org/labkey/api/action/BaseViewAction.java
Co-authored-by: labkey-matthewb <[email protected]>
1 parent 5686631 commit 0950789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/org/labkey/api/action/BaseViewAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ protected Object newInstance(Class<?> c)
350350
}
351351

352352
// Simple binding for Java records: provides binding errors for missing primitive parameters and type conversions
353-
// failures. Current no support for array or list parameter types.
353+
// failures. Currently no support for array or list parameter types.
354354
public static <R> BindException bindParametersToRecord(Class<R> recordClass, PropertyValues pvs, String commandName)
355355
{
356356
// Note: We don't support record-based forms implementing HasAllowBindParameter since we must populate all

0 commit comments

Comments
 (0)