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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to