mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Remove unused parameter
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user