You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/03/27 03:01:21 UTC

svn commit: r388997 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionFactory.java

Author: dion
Date: Sun Mar 26 17:01:19 2006
New Revision: 388997

URL: http://svn.apache.org/viewcvs?rev=388997&view=rev
Log:
clean up javadoc

Modified:
    jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionFactory.java

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionFactory.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionFactory.java?rev=388997&r1=388996&r2=388997&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionFactory.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ExpressionFactory.java Sun Mar 26 17:01:19 2006
@@ -63,8 +63,8 @@
     protected static Parser parser = new Parser(new StringReader(";")); //$NON-NLS-1$
 
     /**
-     * ExpressionFactory is a single and this is the private
-     * status instance fufilling that pattern.
+     * ExpressionFactory is a singleton and this is the private
+     * instance fufilling that pattern.
      */
     protected static ExpressionFactory ef = new ExpressionFactory();
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org