We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1dd74 commit e63e3a6Copy full SHA for e63e3a6
spring-core/src/main/java/org/springframework/util/ObjectUtils.java
@@ -49,9 +49,6 @@
49
*/
50
public abstract class ObjectUtils {
51
52
- private static final int INITIAL_HASH = 7;
53
- private static final int MULTIPLIER = 31;
54
-
55
private static final String EMPTY_STRING = "";
56
private static final String NULL_STRING = "null";
57
private static final String ARRAY_START = "{";
0 commit comments