You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2014/04/07 21:29:15 UTC

svn commit: r1585572 - in /commons/proper/jcs/trunk/src/java/org/apache/commons/jcs: auxiliary/remote/http/client/RemoteHttpClientListener.java engine/match/KeyMatcherPatternImpl.java

Author: tv
Date: Mon Apr  7 19:29:14 2014
New Revision: 1585572

URL: http://svn.apache.org/r1585572
Log:
Cleanup

Modified:
    commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpClientListener.java
    commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/engine/match/KeyMatcherPatternImpl.java

Modified: commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpClientListener.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpClientListener.java?rev=1585572&r1=1585571&r2=1585572&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpClientListener.java (original)
+++ commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/auxiliary/remote/http/client/RemoteHttpClientListener.java Mon Apr  7 19:29:14 2014
@@ -29,7 +29,7 @@ import org.apache.commons.jcs.engine.beh
 public class RemoteHttpClientListener<K extends Serializable, V extends Serializable>
     extends AbstractRemoteCacheListener<K, V>
 {
-    /** TODO serialVersionUID */
+    /** Serial version */
     private static final long serialVersionUID = -9078366610772128010L;
 
     /**

Modified: commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/engine/match/KeyMatcherPatternImpl.java
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/engine/match/KeyMatcherPatternImpl.java?rev=1585572&r1=1585571&r2=1585572&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/engine/match/KeyMatcherPatternImpl.java (original)
+++ commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/engine/match/KeyMatcherPatternImpl.java Mon Apr  7 19:29:14 2014
@@ -31,7 +31,7 @@ import org.apache.commons.jcs.engine.mat
 public class KeyMatcherPatternImpl<K extends Serializable>
     implements IKeyMatcher<K>
 {
-    /** TODO serialVersionUID */
+    /** Serial version */
     private static final long serialVersionUID = 6667352064144381264L;
 
     /**