From 47f72a5bb2e279668d04e9b0f324bdf0ebff8e5c Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 21 May 2009 06:28:07 +0000 Subject: Remove catch left in on previous commit for locating resources in jars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776969 13f79535-47bb-0310-9956-ffa450edef68 --- .../implementation/spring/introspect/SpringXMLComponentTypeLoader.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'branches/sca-java-1.x/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring') diff --git a/branches/sca-java-1.x/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java b/branches/sca-java-1.x/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java index a1f278bc2b..98b59cca9a 100644 --- a/branches/sca-java-1.x/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java +++ b/branches/sca-java-1.x/modules/implementation-spring/src/main/java/org/apache/tuscany/sca/implementation/spring/introspect/SpringXMLComponentTypeLoader.java @@ -155,8 +155,6 @@ public class SpringXMLComponentTypeLoader { throw new ContributionReadException(e); } catch (XMLStreamException e) { throw new ContributionReadException(e); - } catch (URISyntaxException e) { - throw new ContributionReadException(e); } /* At this point, the complete application-context.xml file has been read and its contents */ -- cgit v1.2.3