You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/08/05 11:42:51 UTC

svn commit: r801106 - /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/JexlTestCase.java

Author: sebb
Date: Wed Aug  5 09:42:51 2009
New Revision: 801106

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

Modified:
    commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/JexlTestCase.java

Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/JexlTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/JexlTestCase.java?rev=801106&r1=801105&r2=801106&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/JexlTestCase.java (original)
+++ commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/JexlTestCase.java Wed Aug  5 09:42:51 2009
@@ -24,6 +24,7 @@
  * Eases the implementation of main methods to debug.
  */
 public class JexlTestCase extends TestCase {
+    /** No parameters signature for test run. */
     private static final Class<?>[] noParms = {};
 
     /** A default Jexl engine instance. */