[ http://issues.apache.org/jira/browse/AXIS2-1038?page=all ]

Davanum Srinivas resolved AXIS2-1038.
-------------------------------------

    Resolution: Fixed

done.

> Removing an unnecessary statement
> ---------------------------------
>
>                 Key: AXIS2-1038
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1038
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: core
>            Reporter: Jochen Wiedmann
>            Priority: Trivial
>
> The patch below removes an unnecessary statement:
> Index: 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java
> ===================================================================
> --- 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java(revision
>  431324)
> +++ 
> modules/core/src/org/apache/axis2/receivers/RawXMLINOutMessageReceiver.java(working
>  copy)
> @@ -99,7 +99,6 @@
>                      result = (OMElement) method.invoke(obj, args);
>                  AxisService service = msgContext.getAxisService();
> -                service.getTargetNamespace();
>                  result.declareNamespace(service.getTargetNamespace(),
>                          service.getTargetNamespacePrefix());
>                  OMElement bodyContent;

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to