Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Dec 19, 2024
1 parent 97def24 commit 06b1336
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public int hashCode() {
if (glob != null) {
return glob.hashCode();
}
return super.hashCode();
return 0;
}

@Override
Expand Down

0 comments on commit 06b1336

Please sign in to comment.