You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2007/08/20 22:28:03 UTC

svn commit: r567820 - /commons/proper/math/trunk/src/test/org/apache/commons/math/stat/data/CertifiedDataAbstractTest.java

Author: luc
Date: Mon Aug 20 13:28:02 2007
New Revision: 567820

URL: http://svn.apache.org/viewvc?rev=567820&view=rev
Log:
removed an uneeded throw declaration

Modified:
    commons/proper/math/trunk/src/test/org/apache/commons/math/stat/data/CertifiedDataAbstractTest.java

Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/stat/data/CertifiedDataAbstractTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/org/apache/commons/math/stat/data/CertifiedDataAbstractTest.java?rev=567820&r1=567819&r2=567820&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/org/apache/commons/math/stat/data/CertifiedDataAbstractTest.java (original)
+++ commons/proper/math/trunk/src/test/org/apache/commons/math/stat/data/CertifiedDataAbstractTest.java Mon Aug 20 13:28:02 2007
@@ -111,7 +111,7 @@
         certifiedValues = null;
     }
     
-    public void testCertifiedValues() throws Exception {
+    public void testCertifiedValues() {
         Iterator iter = certifiedValues.keySet().iterator();
         while (iter.hasNext()) {
             String name = iter.next().toString();