From 003531d1be38a2abd2b875452da1a752273576a2 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Thu, 14 Jun 2007 15:46:00 +0000
Subject: [PATCH] cleanup : suppress a few TODO comments by throwing exception and logging proper error message in case of unlikely failures.
---
opends/src/server/org/opends/server/replication/protocol/SocketSession.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/protocol/SocketSession.java b/opends/src/server/org/opends/server/replication/protocol/SocketSession.java
index 7d0a90f..d71a0d2 100644
--- a/opends/src/server/org/opends/server/replication/protocol/SocketSession.java
+++ b/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
{
--
Gitblit v1.10.0