Skip to content

Commit e8c0acc

Browse files
committed
Fix typo
1 parent 751c805 commit e8c0acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/params/FieldKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static FieldKey fromParts(String... parts)
8080
}
8181
catch (IllegalArgumentException iae)
8282
{
83-
return null; // FieldRefernceManager depends on this returning null.
83+
return null; // FieldReferenceManager depends on this returning null.
8484
}
8585
}
8686
}

0 commit comments

Comments
 (0)