Delete obsolete constants

This commit is contained in:
Sam Brannen 2023-09-13 16:13:09 +02:00
parent fa1dd74aff
commit e63e3a6d28
1 changed files with 0 additions and 3 deletions

View File

@ -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 = "{";