Skip to content

Commit

Permalink
Chore: remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Aug 25, 2023
1 parent 73e4f04 commit 4d644a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
public abstract class AbstractVariableComparatorExpressionFunction extends AbstractFlowableVariableExpressionFunction {

protected enum OPERATOR { LT, LTE, GT, GTE, EQ };
protected enum OPERATOR { LT, LTE, GT, GTE, EQ }

public AbstractVariableComparatorExpressionFunction(List<String> functionNameOptions, String functionName) {
super(functionNameOptions, functionName);
Expand Down

0 comments on commit 4d644a1

Please sign in to comment.