You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2005/07/27 00:09:42 UTC

svn commit: r225410 - /webservices/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java

Author: scamp
Date: Tue Jul 26 15:09:40 2005
New Revision: 225410

URL: http://svn.apache.org/viewcvs?rev=225410&view=rev
Log:
updated to not throw exception

Modified:
    webservices/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java

Modified: webservices/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java?rev=225410&r1=225409&r2=225410&view=diff
==============================================================================
--- webservices/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java (original)
+++ webservices/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java Tue Jul 26 15:09:40 2005
@@ -37,9 +37,8 @@
      *
      * @param topicSet
      *
-     * @throws Exception
      */
-    public static TopicSpace addRelationshipTopics( TopicSpaceSet topicSet ) throws Exception
+    public static TopicSpace addRelationshipTopics( TopicSpaceSet topicSet )
     {
         TopicSpace topicSpace = new TopicSpaceImpl( MuwsConstants.NSURI_MUWS_PART2_TOPICS );
         Topic topic = topicSpace.addTopic( RelationshipsCapability.TOPIC_NAME );



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org