Skip to content

Commit b02311e

Browse files
author
Vladimir Kotal
committed
exclude files from equals()
1 parent 880f8e5 commit b02311e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/HistoryEntry.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ public boolean equals(Object o) {
246246
checkEquals(this.getRevision(), that.getRevision()) &&
247247
checkEquals(this.getDate(), that.getDate()) &&
248248
checkEquals(this.getMessage(), that.getMessage()) &&
249-
checkEquals(this.getFiles(), that.getFiles()) &&
250249
checkEquals(this.getTags(), that.getTags());
251250
}
252251

0 commit comments

Comments
 (0)