git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1091358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-04-12 10:04:32 +00:00
parent 3fa068440f
commit 4f1c54a445
1 changed files with 2 additions and 2 deletions

View File

@ -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