Author: tv Date: Tue Jan 6 18:53:45 2015 New Revision: 1649904 URL: http://svn.apache.org/r1649904 Log: Typo in JavaDoc
Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/behavior/ICacheServiceNonLocal.java Modified: commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/behavior/ICacheServiceNonLocal.java URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/behavior/ICacheServiceNonLocal.java?rev=1649904&r1=1649903&r2=1649904&view=diff ============================================================================== --- commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/behavior/ICacheServiceNonLocal.java (original) +++ commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/behavior/ICacheServiceNonLocal.java Tue Jan 6 18:53:45 2015 @@ -68,7 +68,7 @@ public interface ICacheServiceNonLocal<K /** * Returns a cache bean from the specified cache; or null if the key does not exist. * <p> - * Adding the requestor id, allows the cache to determine the source of the get. + * Adding the requester id, allows the cache to determine the source of the get. * <p> * @param cacheName * @param key