checkstyle fixed

pull/3083/head
Nikita Koksharov 5 years ago
parent f0c7610e76
commit 9af362b04c

@ -157,7 +157,7 @@ public class RedissonMap<K, V> extends RedissonExpirable implements RMap<K, V> {
newValue = remappingFunction.apply(oldValue, value);
}
if(newValue == null) {
if (newValue == null) {
fastRemove(key);
} else {
fastPut(key, newValue);

Loading…
Cancel
Save