Author: dkulp
Date: Tue Mar 25 11:17:21 2008
New Revision: 640925
URL: http://svn.apache.org/viewvc?rev=640925&view=rev
Log:
Merged revisions 640733 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r640733 | bharath | 2008-03-25 03:55:31 -0400 (Tue, 25 Mar 2008) | 1 line
Fixed checkstyle error for exceeding the number of characters in a line.
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java?rev=640925&r1=640924&r2=640925&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/rt/ws/policy/src/main/java/org/apache/cxf/ws/policy/PolicyEngineImpl.java
Tue Mar 25 11:17:21 2008
@@ -547,9 +547,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()),