Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
hwupathum committed Oct 24, 2024
1 parent 9d5d8f5 commit 54d60e5
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,6 @@ private TenantManagementConstants() {
public static final String PAGE_LINK_REL_PREVIOUS = "previous";
public static final String NON_EXISTING_USER_CODE = "30007 - ";

/**
* Supported filter operations.
*/
public static class FilterOperations {

public static final String EQ = "eq";
public static final String SW = "sw";
public static final String EW = "ew";
public static final String CO = "co";
}

/**
* Enum for error messages.
*/
Expand Down

0 comments on commit 54d60e5

Please sign in to comment.