Skip to content

Commit 59b62b1

Browse files
Apply suggestions from code review
Co-authored-by: Trey Chadick <tchad@labkey.com>
1 parent 9ce3b67 commit 59b62b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/labkey/remoteapi/query/Filter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public enum Operator
7070
DOES_NOT_CONTAIN("Does Not Contain", "doesnotcontain", "DOES_NOT_CONTAIN", true),
7171
DOES_NOT_CONTAIN_EXACTLY("Does Not Contain Exactly", "doesnotcontainexactly", "DOES_NOT_CONTAIN_EXACTLY", true),
7272

73-
IS_EMPTY("Is Empty", "isempty", "IS_EMPTY", true),
74-
IS_NOT_EMPTY("Is Not Empty", "isnotempty", "IS_NOT_EMPTY", true),
73+
IS_EMPTY("Is Empty", "isempty", "IS_EMPTY", false),
74+
IS_NOT_EMPTY("Is Not Empty", "isnotempty", "IS_NOT_EMPTY", false),
7575

7676
CONTAINS_ONE_OF("Contains One Of (example usage: a;b;c)", "containsoneof", "CONTAINS_ONE_OF", true),
7777
CONTAINS_NONE_OF("Does Not Contain Any Of (example usage: a;b;c)", "containsnoneof", "CONTAINS_NONE_OF", true),

0 commit comments

Comments
 (0)