Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/cache
In directory james.mmbase.org:/tmp/cvs-serv17089

Modified Files:
        ICache.java 
Log Message:
CMSC-899,Check and improve all lists according to guideline,add Javadoc comment


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/cache
See also: http://www.mmbase.org/jira/browse/CMSC-899


Index: ICache.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-newsletter/src/java/com/finalist/newsletter/publisher/cache/ICache.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- ICache.java 23 Sep 2008 05:38:11 -0000      1.4
+++ ICache.java 23 Sep 2008 05:50:14 -0000      1.5
@@ -9,14 +9,14 @@
 
    /**
     * @param key used to find value
-    * @param value store the infobean
+    * @param value store the infoBean
     */
    public void add(Object key, Object value);
 
    /**
     * @param key used to find value
-    * @param value store the infobean
-    * @param slidingExpiration the life of infobean
+    * @param value store the infoBean
+    * @param slidingExpiration the life of infoBean
     */
    public void add(Object key, Object value, long slidingExpiration);
 
@@ -26,7 +26,7 @@
    public void remove(Object key);
 
    /**
-    * remove all exited infobean in the cache
+    * remove all exited infoBean in the cache
     */
    public void removeAll();
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to