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:42:07 UTC

svn commit: r1066172 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/TestProblem4.java

Author: sebb
Date: Tue Feb  1 19:42:06 2011
New Revision: 1066172

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

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

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/TestProblem4.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/TestProblem4.java?rev=1066172&r1=1066171&r2=1066172&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/TestProblem4.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/TestProblem4.java Tue Feb  1 19:42:06 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,