提交 ec9a661a 编写于 作者: N Nikita Koksharov

deprecate some methods

上级 dec65f7c
......@@ -51,9 +51,11 @@ public class State {
return batchIndex;
}
@Deprecated
public <T extends DecoderState> T getDecoderState() {
return (T) decoderState;
}
@Deprecated
public void setDecoderState(DecoderState decoderState) {
this.decoderState = decoderState;
}
......
......@@ -20,6 +20,7 @@ package org.redisson.client.protocol.decoder;
* @author Nikita Koksharov
*
*/
@Deprecated
public interface DecoderState {
DecoderState copy();
......
......@@ -26,6 +26,7 @@ import org.redisson.client.protocol.Decoder;
* @author Nikita Koksharov
*
*/
@Deprecated
public class LongMultiDecoder implements MultiDecoder<Object> {
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册