We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751c805 commit e8c0accCopy full SHA for e8c0acc
1 file changed
src/org/labkey/test/params/FieldKey.java
@@ -80,7 +80,7 @@ public static FieldKey fromParts(String... parts)
80
}
81
catch (IllegalArgumentException iae)
82
{
83
- return null; // FieldRefernceManager depends on this returning null.
+ return null; // FieldReferenceManager depends on this returning null.
84
85
86
0 commit comments