[java-metadata-aggregator COMMIT] /trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSou...

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 17 04:10:16 EDT 2013


Author: iay
Date: Thu Oct 17 04:10:16 2013
New Revision: 282

URL: http://svn.shibboleth.net/view/java-metadata-aggregator?rev=282&view=rev
Log:
Track change in java-support.

Modified:
    trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java

Modified: trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java
URL: http://svn.shibboleth.net/view/java-metadata-aggregator/trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java?rev=282&r1=281&r2=282&view=diff
==============================================================================
--- trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java (original)
+++ trunk/aggregator-pipeline/src/test/java/net/shibboleth/metadata/dom/DomResourceSourceTest.java Thu Oct 17 04:10:16 2013
@@ -18,7 +18,6 @@
 package net.shibboleth.metadata.dom;
 
 import java.io.File;
-import java.io.IOException;
 import java.util.ArrayList;
 
 import net.shibboleth.metadata.pipeline.StageProcessingException;
@@ -91,7 +90,7 @@
         }
     }
 
-    protected HttpResource buildHttpResource(String url) throws IOException {
+    protected HttpResource buildHttpResource(String url) throws Exception {
         HttpClientBuilder builder = new HttpClientBuilder();
         builder.setConnectionDisregardSslCertificate(true);
         builder.setConnectionStalecheck(false);



More information about the commits mailing list