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 880f8e5 commit b02311eCopy full SHA for b02311e
opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java
@@ -246,7 +246,6 @@ public boolean equals(Object o) {
246
checkEquals(this.getRevision(), that.getRevision()) &&
247
checkEquals(this.getDate(), that.getDate()) &&
248
checkEquals(this.getMessage(), that.getMessage()) &&
249
- checkEquals(this.getFiles(), that.getFiles()) &&
250
checkEquals(this.getTags(), that.getTags());
251
}
252
0 commit comments