You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/03/13 14:13:12 UTC

svn commit: r517679 - /webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/factory/MethodMarshallerFactory.java

Author: dims
Date: Tue Mar 13 06:13:11 2007
New Revision: 517679

URL: http://svn.apache.org/viewvc?view=rev&rev=517679
Log:
tiny typo :) it's minimal only if we don't find objectfactory and packageinfo classes

Modified:
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/factory/MethodMarshallerFactory.java

Modified: webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/factory/MethodMarshallerFactory.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/factory/MethodMarshallerFactory.java?view=diff&rev=517679&r1=517678&r2=517679
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/factory/MethodMarshallerFactory.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/factory/MethodMarshallerFactory.java Tue Mar 13 06:13:11 2007
@@ -184,7 +184,7 @@
      * @return
      */
     protected static boolean isDocLitBareMinimal(OperationDescription op) {
-        return isDocLitBare(op) && isContextPathConstruction(op);
+        return isDocLitBare(op) && !isContextPathConstruction(op);
     }
     
     /**



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