refactoring

pull/605/head
Nikita 9 years ago
parent 418bf5acce
commit 19cf412991

@ -485,7 +485,7 @@ public class RedissonMap<K, V> extends RedissonExpirable implements RMap<K, V> {
}
protected final Iterator<Map.Entry<K,V>> entryIterator() {
protected Iterator<Map.Entry<K,V>> entryIterator() {
return new RedissonMapIterator<K, V, Map.Entry<K, V>>(RedissonMap.this);
}

Loading…
Cancel
Save