Delete obsolete constants
This commit is contained in:
@@ -49,9 +49,6 @@ import org.springframework.lang.Nullable;
|
||||
*/
|
||||
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 = "{";
|
||||
|
||||
Reference in New Issue
Block a user