This commit is contained in:
Looly 2024-05-14 09:56:17 +08:00
commit d4bb369443

View File

@ -51,7 +51,6 @@ public class BiMap<K, V> extends MapWrapper<K, V> {
} }
this.inverse.put(value, key); this.inverse.put(value, key);
} }
return oldValue; return oldValue;
} }