mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user