You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/07/01 14:34:19 UTC

svn commit: r673068 - in /commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math: ArgumentOutsideDomainExceptionTest.java DuplicateSampleAbscissaExceptionTest.java MaxIterationsExceededExceptionTest.java

Author: luc
Date: Tue Jul  1 05:34:18 2008
New Revision: 673068

URL: http://svn.apache.org/viewvc?rev=673068&view=rev
Log:
added missing keywords

Modified:
    commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ArgumentOutsideDomainExceptionTest.java
    commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/DuplicateSampleAbscissaExceptionTest.java
    commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/MaxIterationsExceededExceptionTest.java

Modified: commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ArgumentOutsideDomainExceptionTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ArgumentOutsideDomainExceptionTest.java?rev=673068&r1=673067&r2=673068&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ArgumentOutsideDomainExceptionTest.java (original)
+++ commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/ArgumentOutsideDomainExceptionTest.java Tue Jul  1 05:34:18 2008
@@ -22,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @version $Revision:$
+ * @version $Revision$ $Date$
  */
 public class ArgumentOutsideDomainExceptionTest extends TestCase {
     

Modified: commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/DuplicateSampleAbscissaExceptionTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/DuplicateSampleAbscissaExceptionTest.java?rev=673068&r1=673067&r2=673068&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/DuplicateSampleAbscissaExceptionTest.java (original)
+++ commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/DuplicateSampleAbscissaExceptionTest.java Tue Jul  1 05:34:18 2008
@@ -22,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @version $Revision:$
+ * @version $Revision$ $Date$
  */
 public class DuplicateSampleAbscissaExceptionTest extends TestCase {
     

Modified: commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/MaxIterationsExceededExceptionTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/MaxIterationsExceededExceptionTest.java?rev=673068&r1=673067&r2=673068&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/MaxIterationsExceededExceptionTest.java (original)
+++ commons/proper/math/branches/MATH_2_0/src/test/org/apache/commons/math/MaxIterationsExceededExceptionTest.java Tue Jul  1 05:34:18 2008
@@ -22,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @version $Revision:$
+ * @version $Revision$ $Date$
  */
 public class MaxIterationsExceededExceptionTest extends TestCase {