Skip to content

Commit 0be7f18

Browse files
committed
Fix typo
1 parent 0a8df16 commit 0be7f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LDK/api-src/org/labkey/api/ldk/table/ContainerScopedTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public Object call()
287287
Object pesudoPkVal = it.getInputColumnValue(inputColMap.get(_pseudoPk));
288288
if (pesudoPkVal != null)
289289
{
290-
// NOTE: this code is call for inserts and updates:
290+
// NOTE: this code is called for both inserts and updates:
291291
if (_context.getInsertOption() == QueryUpdateService.InsertOption.INSERT && keyManager.rowExists(c, pesudoPkVal))
292292
{
293293
_context.getErrors().addRowError(new ValidationException("A record is already present with value: " + pesudoPkVal));

0 commit comments

Comments
 (0)