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/04 16:12:52 UTC

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

Author: sebb
Date: Tue Aug  4 14:12:52 2009
New Revision: 800810

URL: http://svn.apache.org/viewvc?rev=800810&view=rev
Log:
Missing @Override

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

Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ArithmeticTest.java
URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ArithmeticTest.java?rev=800810&r1=800809&r2=800810&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ArithmeticTest.java (original)
+++ commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ArithmeticTest.java Tue Aug  4 14:12:52 2009
@@ -26,6 +26,7 @@
 public class ArithmeticTest extends JexlTestCase {
     private Asserter asserter;
 
+    @Override
     public void setUp() {
         asserter = new Asserter();
     }