Skip to content

Commit

Permalink
Delete obsolete constants
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Sep 13, 2023
1 parent fa1dd74 commit e63e3a6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
*/
public abstract class ObjectUtils {

private static final int INITIAL_HASH = 7;
private static final int MULTIPLIER = 31;

private static final String EMPTY_STRING = "";
private static final String NULL_STRING = "null";
private static final String ARRAY_START = "{";
Expand Down

0 comments on commit e63e3a6

Please sign in to comment.