Author: henrib
Date: Mon Oct 23 10:26:12 2017
New Revision: 1812991

URL: http://svn.apache.org/viewvc?rev=1812991&view=rev
Log:
JEXL:
Javadoc

Modified:
    
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/ClassMap.java

Modified: 
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/ClassMap.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/ClassMap.java?rev=1812991&r1=1812990&r2=1812991&view=diff
==============================================================================
--- 
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/ClassMap.java
 (original)
+++ 
commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/internal/introspection/ClassMap.java
 Mon Oct 23 10:26:12 2017
@@ -68,7 +68,7 @@ final class ClassMap {
      * </p>
      * <p>
      * Since the invocation of the associated method is dynamic, there is no 
need (nor way) to differentiate between
-     * foo(int,int) and foo(Integer,Integer) since in practise, only the 
latter form will be used through a call.
+     * foo(int,int) and foo(Integer,Integer) since in practice only the latter 
form will be used through a call.
      * This of course, applies to all 8 primitive types.
      * </p>
      * Uses ConcurrentMap since 3.0, marginally faster than 2.1 under 
contention.


Reply via email to