You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2011/04/12 12:04:32 UTC

svn commit: r1091358 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java

Author: erans
Date: Tue Apr 12 10:04:32 2011
New Revision: 1091358

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

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java?rev=1091358&r1=1091357&r2=1091358&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java Tue Apr 12 10:04:32 2011
@@ -22,9 +22,9 @@ import org.junit.Assert;
 import org.junit.Test;
 
 /**
- * Test for {@link MaxCountExceededException}.
+ * Test for {@link TooManyEvaluationsException}.
  * 
- * @version $Revision$ $Date$ 
+ * @version $Id$
  */
 public class TooManyEvaluationsExceptionTest {
     @Test