Author: bharath
Date: Tue Mar 25 00:55:31 2008
New Revision: 640733

URL: http://svn.apache.org/viewvc?rev=640733&view=rev
Log:
Fixed checkstyle error for exceeding the number of characters in a line.

Modified:
    
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java

Modified: 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java?rev=640733&r1=640732&r2=640733&view=diff
==============================================================================
--- 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
 (original)
+++ 
incubator/cxf/trunk/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
 Tue Mar 25 00:55:31 2008
@@ -548,9 +548,10 @@
         serverEndpointInfo.remove(ei);
 
         /**
-         * While cleaning up the entries of requestInfo's, responseInfo's and 
faultInfo's map, we create a temperory
-         * Set with all the keys. Later we iterate over the keys of this temp 
set, and if it's same as that of the
-         * endpoint being undeployed, we remove the corresponding entries from 
the client and server maps.
+         * While cleaning up the entries of requestInfo's, responseInfo's and 
faultInfo's map, we create
+         * a temperory Set with all the keys. Later we iterate over the keys 
of this temp set,
+         * and if it's same as that of the endpoint being undeployed, we 
remove the corresponding
+         * entries from the client and server maps.
          */
 
         cleanupBindingOperations(ei, new 
HashSet<BindingOperation>(clientRequestInfo.keySet()),


Reply via email to