You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-dev@ws.apache.org by sc...@apache.org on 2005/05/18 15:44:38 UTC

svn commit: r170753 - /incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/WsnWsdl2Java.java

Author: scamp
Date: Wed May 18 06:44:37 2005
New Revision: 170753

URL: http://svn.apache.org/viewcvs?rev=170753&view=rev
Log: (empty)

Modified:
    incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/WsnWsdl2Java.java

Modified: incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/WsnWsdl2Java.java
URL: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/WsnWsdl2Java.java?rev=170753&r1=170752&r2=170753&view=diff
==============================================================================
--- incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/WsnWsdl2Java.java (original)
+++ incubator/hermes/trunk/src/java/org/apache/ws/notification/tool/WsnWsdl2Java.java Wed May 18 06:44:37 2005
@@ -78,7 +78,7 @@
      */
     protected VelocityContext updateVelocityContext(VelocityContext context, ResourceDefinition resourceDef)
     {
-        return super.updateVelocityContext(context, resourceDef);
+        VelocityContext velocityContext = super.updateVelocityContext(context, resourceDef);
         if(hasPropChange(resourceDef))
         {
            velocityContext.put(VCTY_CTX_PROP_CHANGE,"true");
@@ -97,7 +97,7 @@
         return velocityContext;
     }
 
-   
+
     private boolean hasNotificationProducer(ResourceDefinition resourceDef)
     {
         return resourceDef.implementsResourceCapability(org.apache.ws.notification.base.v2004_06.porttype.NotificationProducerPortType.NAME);



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