Author: chinthaka
Date: Mon Apr 24 23:11:30 2006
New Revision: 396780

URL: http://svn.apache.org/viewcvs?rev=396780&view=rev
Log:
Reverting changes as Axis2 is build is failing. (There should be a mail from me 
to the list from me explaining more on this. )


Modified:
    
webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java

Modified: 
webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java
URL: 
http://svn.apache.org/viewcvs/webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java?rev=396780&r1=396779&r2=396780&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java
 (original)
+++ 
webservices/commons/trunk/modules/axiom/src/org/apache/axiom/soap/impl/llom/soap11/SOAP11Factory.java
 Mon Apr 24 23:11:30 2006
@@ -9,7 +9,7 @@
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KINgetD, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
@@ -272,8 +272,6 @@
         SOAPEnvelopeImpl env = new SOAPEnvelopeImpl(ns, this);
         createSOAPHeader(env);
         createSOAPBody(env);
-        SOAPMessageImpl msg = new SOAPMessageImpl();
-        msg.setSOAPEnvelope(env);
         return env;
     }
 


Reply via email to