Author: sebb
Date: Wed Dec  9 15:36:52 2015
New Revision: 1718886

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

Modified:
    
commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/Interpreter.java

Modified: 
commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/Interpreter.java
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/Interpreter.java?rev=1718886&r1=1718885&r2=1718886&view=diff
==============================================================================
--- 
commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/Interpreter.java
 (original)
+++ 
commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl2/Interpreter.java
 Wed Dec  9 15:36:52 2015
@@ -880,7 +880,7 @@ public class Interpreter implements Pars
     }
 
     /**
-     * @deprecated. Do not use.
+     * @deprecated Do not use.
      * @param node that can no longer be produced by the grammar
      * @param data that will not be used
      * @return throws UnsupportedOperationException
@@ -891,7 +891,7 @@ public class Interpreter implements Pars
     }
 
     /**
-     * @deprecated. Do not use.
+     * @deprecated Do not use.
      * @param node that can no longer be produced by the grammar
      * @param data that will not be used
      * @return throws UnsupportedOperationException


Reply via email to