Skip to content

Commit

Permalink
suggested code needs ; to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
njr-11 committed Dec 10, 2024
1 parent 6e161f7 commit a8d02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/data/Operator.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Operator negate() {
case NOT_EQUAL -> EQUAL;
case NOT_IN -> IN;
case NOT_LIKE -> LIKE;
}
};
}
}

0 comments on commit a8d02bb

Please sign in to comment.