removed an uneeded throw declaration
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@567820 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a8d0c016f
commit
6e0cf265e2
|
@ -111,7 +111,7 @@ public abstract class CertifiedDataAbstractTest extends TestCase {
|
|||
certifiedValues = null;
|
||||
}
|
||||
|
||||
public void testCertifiedValues() throws Exception {
|
||||
public void testCertifiedValues() {
|
||||
Iterator iter = certifiedValues.keySet().iterator();
|
||||
while (iter.hasNext()) {
|
||||
String name = iter.next().toString();
|
||||
|
|
Loading…
Reference in New Issue