geforkt von Mirrors/Velocity
Remove unused parameter
Dieser Commit ist enthalten in:
Ursprung
21bc050f9c
Commit
f841d7590a
@ -39,7 +39,7 @@ public class Enum2IntMap<E extends Enum<E>> {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Builder<E> remove(E key, int value) {
|
public Builder<E> remove(E key) {
|
||||||
this.populated.remove(key);
|
this.populated.remove(key);
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren