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.
2 parents 4c29a8c + 4dee630 commit 74a71b0Copy full SHA for 74a71b0
spring-boot/src/main/java/org/springframework/boot/origin/SystemEnvironmentOrigin.java
@@ -47,9 +47,7 @@ public String toString() {
47
48
@Override
49
public int hashCode() {
50
- int result = ObjectUtils.nullSafeHashCode(this.property);
51
- result = 31 * result + ObjectUtils.nullSafeHashCode(this.property);
52
- return result;
+ return ObjectUtils.nullSafeHashCode(this.property);
53
}
54
55
0 commit comments