Author: thomas.diesler(a)jboss.com
Date: 2007-01-25 09:56:11 -0500 (Thu, 25 Jan 2007)
New Revision: 2110
Modified:
branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/core/jaxws/client/ClientImpl.java
Log:
typo
Modified:
branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/core/jaxws/client/ClientImpl.java
===================================================================
---
branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/core/jaxws/client/ClientImpl.java 2007-01-25
14:41:01 UTC (rev 2109)
+++
branches/jbossws-1.2.0/jbossws-core/src/main/java/org/jboss/ws/core/jaxws/client/ClientImpl.java 2007-01-25
14:56:11 UTC (rev 2110)
@@ -108,7 +108,7 @@
List<Handler> preChain = impl.getHandlerChain(portInfo, HandlerType.PRE);
binding.setHandlerChain(preChain, HandlerType.PRE);
- List<Handler> postChain = impl.getHandlerChain(portInfo,
HandlerType.PRE);
+ List<Handler> postChain = impl.getHandlerChain(portInfo,
HandlerType.POST);
binding.setHandlerChain(postChain, HandlerType.POST);
}
Show replies by date