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/05/18 19:09:51 UTC

svn commit: r170777 - /incubator/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java

Author: scamp
Date: Wed May 18 10:09:50 2005
New Revision: 170777

URL: http://svn.apache.org/viewcvs?rev=170777&view=rev
Log: (empty)

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

Modified: incubator/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java
URL: http://svn.apache.org/viewcvs/incubator/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java?rev=170777&r1=170776&r2=170777&view=diff
==============================================================================
--- incubator/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java (original)
+++ incubator/muse/trunk/src/java/org/apache/ws/muws/MuwsUtils.java Wed May 18 10:09:50 2005
@@ -20,7 +20,7 @@
      *
      * @param propSet
      */
-    public void updateRelationshipResourceProperty(ResourcePropertySet propSet)
+    public static void updateRelationshipResourceProperty(ResourcePropertySet propSet)
     {
         //init the RelationshipsProperties Resource
         if(propSet.get(org.apache.ws.muws.v1_0.capability.RelationshipsCapability.PROP_NAME_RELATIONSHIP) != null)
@@ -37,7 +37,7 @@
      * @param set
      * @throws Exception
      */
-    public void addRelationshipTopics(TopicSpaceSet set) throws Exception
+    public static void addRelationshipTopics(TopicSpaceSet set) throws Exception
     {
         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