opends/src/server/org/opends/server/replication/protocol/SocketSession.java
@@ -42,10 +42,6 @@ * This class Implement a protocol session using a basic socket and relying on * the innate encoding/decoding capabilities of the ReplicationMessage * by using the getBytes() and generateMsg() methods of those classes. * * TODO : should have some versioning in the packets so that * the futur versions can evolve while still * being able to understand the older versions. */ public class SocketSession implements ProtocolSession {