You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by sa...@apache.org on 2006/10/02 11:16:11 UTC

svn commit: r451926 - /webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java

Author: sanka
Date: Mon Oct  2 02:16:10 2006
New Revision: 451926

URL: http://svn.apache.org/viewvc?view=rev&rev=451926
Log:
Removed the UnsupportedOperationException which is thrown in 
SandeshaPolicyBean.normalize() method.


Modified:
    webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java

Modified: webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java?view=diff&rev=451926&r1=451925&r2=451926
==============================================================================
--- webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java (original)
+++ webservices/sandesha/trunk/java/src/org/apache/sandesha2/policy/SandeshaPolicyBean.java Mon Oct  2 02:16:10 2006
@@ -152,7 +152,7 @@
     }
 
     public PolicyComponent normalize() {
-        throw new UnsupportedOperationException("TODO");
+        return this;
     }
 
     public void serialize(XMLStreamWriter writer) throws XMLStreamException {
@@ -256,10 +256,6 @@
         // </wsrm:RMAssertion>
         writer.writeEndElement();
 
-    }
-
-    public boolean equal(PolicyComponent policyComponent) {
-        throw new UnsupportedOperationException("TODO");
     }
 
     public short getType() {



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