mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-30 14:59:39 +08:00
Remove unused parameter
This commit is contained in:
parent
21bc050f9c
commit
f841d7590a
@ -39,7 +39,7 @@ public class Enum2IntMap<E extends Enum<E>> {
|
||||
return this;
|
||||
}
|
||||
|
||||
public Builder<E> remove(E key, int value) {
|
||||
public Builder<E> remove(E key) {
|
||||
this.populated.remove(key);
|
||||
return this;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user