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 2011/02/01 20:30:26 UTC

svn commit: r1066162 - /commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/ode/TestProblem4.java

Author: sebb
Date: Tue Feb  1 19:30:26 2011
New Revision: 1066162

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

Modified:
    commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/ode/TestProblem4.java

Modified: commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/ode/TestProblem4.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/ode/TestProblem4.java?rev=1066162&r1=1066161&r2=1066162&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/ode/TestProblem4.java (original)
+++ commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/ode/TestProblem4.java Tue Feb  1 19:30:26 2011
@@ -84,6 +84,7 @@ public TestProblem4 copy() {
    * Get the theoretical events times.
    * @return theoretical events times
    */
+  @Override
   public double[] getTheoreticalEventsTimes() {
       return new double[] {
           1 * FastMath.PI - a,