Compilation fixed

pull/537/head
Nikita 9 years ago
parent 6cdee25f43
commit fb8cae7705

@ -470,8 +470,8 @@ public class MasterSlaveConnectionManager implements ConnectionManager {
return null;
}
Promise<Codec> result = newPromise();
Codec entryCodec = entry.getConnection().getChannels().get(channelName);
final Promise<Codec> result = newPromise();
final Codec entryCodec = entry.getConnection().getChannels().get(channelName);
entry.unsubscribe(channelName, new BaseRedisPubSubListener() {
@Override

Loading…
Cancel
Save