Skip to content

Commit e63e3a6

Browse files
committed
Delete obsolete constants
1 parent fa1dd74 commit e63e3a6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spring-core/src/main/java/org/springframework/util/ObjectUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
*/
5050
public abstract class ObjectUtils {
5151

52-
private static final int INITIAL_HASH = 7;
53-
private static final int MULTIPLIER = 31;
54-
5552
private static final String EMPTY_STRING = "";
5653
private static final String NULL_STRING = "null";
5754
private static final String ARRAY_START = "{";

0 commit comments

Comments
 (0)