added missing @Override

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@776409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-05-19 18:43:23 +00:00
parent bcccc34cba
commit 3352617df1
1 changed files with 2 additions and 0 deletions

View File

@ -30,10 +30,12 @@ public class NaturalRankingTest extends TestCase {
super(arg0);
}
@Override
protected void setUp() throws Exception {
super.setUp();
}
@Override
protected void tearDown() throws Exception {
super.tearDown();
}