Skip to content

Commit b4702de

Browse files
committed
implemented default hashCode
1 parent 3c5a95d commit b4702de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

logicaldoc-gui/src/main/java/com/logicaldoc/gui/common/client/widgets/grid/UserListGridField.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,9 @@ private String avatarContent(String formattedValue, Object avatarId, String text
131131
public boolean equals(Object other) {
132132
return super.equals(other);
133133
}
134+
135+
@Override
136+
public int hashCode() {
137+
return super.hashCode();
138+
}
134139
}

0 commit comments

Comments
 (0)