We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b285c4 commit fc27e25Copy full SHA for fc27e25
client/rest-high-level/src/main/java/org/elasticsearch/client/core/TermVectorsResponse.java
@@ -149,7 +149,7 @@ public boolean equals(Object obj) {
149
&& Objects.equals(id, other.id)
150
&& docVersion == other.docVersion
151
&& found == other.found
152
- && tookInMillis == tookInMillis
+ && tookInMillis == other.tookInMillis
153
&& Objects.equals(termVectorList, other.termVectorList);
154
}
155
0 commit comments