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/04/26 08:45:17 UTC

svn commit: r397110 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptImpl.java

Author: dion
Date: Tue Apr 25 23:45:16 2006
New Revision: 397110

URL: http://svn.apache.org/viewcvs?rev=397110&view=rev
Log:
Use {@inheritDoc}

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

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptImpl.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptImpl.java?rev=397110&r1=397109&r2=397110&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptImpl.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptImpl.java Tue Apr 25 23:45:16 2006
@@ -40,11 +40,7 @@
     }
 
     /**
-     * @see Script#execute(JexlContext)
-     * @return the value of the script. Usually the value of the last 
-     *      executed statement.
-     * @param context (variables etc) to execute the script with. 
-     * @throws Exception on any error.
+     * {@inheritDoc}
      */
     public Object execute(JexlContext context) throws Exception {
         // TODO Auto-generated method stub
@@ -52,7 +48,7 @@
     }
 
     /**
-     * @see Script#getText()
+     * {@inheritDoc}
      */
     public String getText() {
         return text;



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