Delete obsolete constants
This commit is contained in:
parent
fa1dd74aff
commit
e63e3a6d28
|
|
@ -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 = "{";
|
||||
|
|
|
|||
Loading…
Reference in New Issue