fixed compilation error in master branch

pull/1321/head
Faisal Ahmed 7 years ago
parent e7256234f4
commit e62737e25d

@ -1190,7 +1190,7 @@ public class RedissonLocalCachedMap<K, V> extends RedissonMap<K, V> implements R
}
@Override
protected ByteBuf encode(Object value) {
public ByteBuf encode(Object value) {
try {
return topicCodec.getValueEncoder().encode(value);
} catch (IOException e) {

Loading…
Cancel
Save