You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/04/03 03:53:08 UTC

svn commit: r1584249 - /commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java

Author: sebb
Date: Thu Apr  3 01:53:07 2014
New Revision: 1584249

URL: http://svn.apache.org/r1584249
Log:
Not used

Modified:
    commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java

Modified: commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java?rev=1584249&r1=1584248&r2=1584249&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java (original)
+++ commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java Thu Apr  3 01:53:07 2014
@@ -72,9 +72,6 @@ public class LateralTCPCacheManager
     /** ITCPLateralCacheAttributes */
     protected ITCPLateralCacheAttributes lateralCacheAttributes;
 
-    /** number of clients, we can remove this. */
-    private int clients;
-
     /**
      * Handle to the lateral cache service; or a zombie handle if failed to connect.
      */
@@ -119,7 +116,6 @@ public class LateralTCPCacheManager
 
                 createMonitor( ins );
             }
-            ins.clients++;
 
             return ins;
         }