Skip to content

Commit

Permalink
Remove all unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Sep 10, 2024
1 parent e6141e8 commit 24f5753
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

public class DefaultArithmetic extends DatawaveArithmetic {

private static final String LESS_THAN = "<", GREATER_THAN = ">", LESS_THAN_OR_EQUAL = "<=", GREATER_THAN_OR_EQUAL = ">=";

private static final Logger log = Logger.getLogger(DefaultArithmetic.class);

/**
Expand Down

0 comments on commit 24f5753

Please sign in to comment.