You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by sa...@apache.org on 2006/09/21 10:28:39 UTC

svn commit: r448489 - /webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java

Author: sanka
Date: Thu Sep 21 01:28:39 2006
New Revision: 448489

URL: http://svn.apache.org/viewvc?view=rev&rev=448489
Log:
Fixing a minor bug in policy.setId(..)


Modified:
    webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java

Modified: webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java?view=diff&rev=448489&r1=448488&r2=448489
==============================================================================
--- webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java (original)
+++ webservices/commons/trunk/modules/neethi/src/main/java/org/apache/neethi/Policy.java Thu Sep 21 01:28:39 2006
@@ -129,7 +129,7 @@
     public void setId(String id) {
         addAttribute(
                 new QName(Constants.URI_WSU_NS, Constants.ATTR_ID),
-                getName());
+                id);
     }
 
     public String getId() {



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