Skip to content

Commit 5d3d31d

Browse files
committed
Fix checkstyle issue
1 parent a4447dd commit 5d3d31d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/at/favre/lib/bytes/MutableBytes.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ public int hashCode() {
131131
return Util.hashCode(internalArray(), byteOrder());
132132
}
133133

134+
@Override
135+
public boolean equals(Object o) {
136+
return super.equals(o);
137+
}
138+
134139
/**
135140
* Factory creating mutable byte types
136141
*/

0 commit comments

Comments
 (0)