Skip to content

Commit da20a2c

Browse files
committed
oops, wrong return type :P
1 parent 220fdaa commit da20a2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hash-utils/src/main/java/net/minecraftforge/util/hash/HashStore.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ public boolean isSame() {
166166
}
167167

168168
/** Clears the new hashes, does not clear the old hashes read from {@link #load(File)}. */
169-
public void clear() {
169+
public HashStore clear() {
170170
this.newHashes.clear();
171+
return this;
171172
}
172173

173174
public void save() {

0 commit comments

Comments
 (0)