Deprecate protocol-framework tests
[netconf.git] / protocol-framework / src / test / java / org / opendaylight / protocol / framework / SimpleSessionNegotiator.java
index e78f2f7fa636f6abdbedc5e99f5257be603fb377..50b29228516d0518aa525130a61664a7e547ca07 100644 (file)
@@ -10,6 +10,7 @@ package org.opendaylight.protocol.framework;
 import io.netty.channel.Channel;
 import io.netty.util.concurrent.Promise;
 
+@Deprecated
 public class SimpleSessionNegotiator extends AbstractSessionNegotiator<SimpleMessage, SimpleSession> {
 
     public SimpleSessionNegotiator(final Promise<SimpleSession> promise, final Channel channel) {