Add missing (?) @Override marker

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1330623 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-04-26 01:29:46 +00:00
parent 2ba27ad9df
commit 83dfa0a5c0
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ public abstract class RandomGeneratorAbstractTest extends RandomDataTest {
}
}
@Override // TODO is this supposed to be an override?
@Test(expected=MathIllegalArgumentException.class)
public void testNextIntIAE() {
try {