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 a8540c9 commit 65a32e7Copy full SHA for 65a32e7
server/src/main/java/org/elasticsearch/cluster/routing/ShardRouting.java
@@ -570,7 +570,7 @@ public boolean equals(Object o) {
570
}
571
572
/**
573
- * Cache hash code in same same way as {@link String#hashCode()}) using racy single-check idiom
+ * Cache hash code in the same way as {@link String#hashCode()}) using racy single-check idiom
574
* as it is mainly used in single-threaded code ({@link BalancedShardsAllocator}).
575
*/
576
private int hashCode; // default to 0
0 commit comments