OW2 Consortium
Search OW2 Mail Archive: 

Advanced Search - Powered by Google


Mail Archive Home | jonas-team List | November 2008 Index

<--  Date Index  --> <--  Thread Index  -->

[jonas-team] Re: Re: [jonas-commits] [15813]jonas/trunk/jonas/modules/services/webservices/axis2/src/main/java/org/o


Title: [15813] jonas/trunk/jonas/modules/services/webservices/axis2/src/main/java/org/ow2/jonas/ws/axis2/jaxws/Axis2WSEndpoint.java: Just refine the code.
hi !
 
  oh, sorry, I missed it , I've fixed it in another commit..
 
 
======== 2008-11-22 07:17:45 您在来信中写道: ========
 
Another fix : For checkstyle, there should have a whitespace between the if and the left parenthesis (.

Best Regards,

Florent



xiaoda08@xxxxxxxxxxxxxx wrote:
Revision
15813
Author
xiaoda
Date
2008-11-21 16:11:29 +0100 (Fri, 21 Nov 2008)

Log Message

Just refine the code.

Modified Paths

Diff

Modified: jonas/trunk/jonas/modules/services/webservices/axis2/src/main/java/org/ow2/jonas/ws/axis2/jaxws/Axis2WSEndpoint.java (15812 => 15813)


--- jonas/trunk/jonas/modules/services/webservices/axis2/src/main/java/org/ow2/jonas/ws/axis2/jaxws/Axis2WSEndpoint.java	2008-11-21 14:40:36 UTC (rev 15812)
+++ jonas/trunk/jonas/modules/services/webservices/axis2/src/main/java/org/ow2/jonas/ws/axis2/jaxws/Axis2WSEndpoint.java	2008-11-21 15:11:29 UTC (rev 15813)
@@ -153,7 +153,7 @@
 
     public void invoke(final IWSRequest request, final IWSResponse response) throws WSException {
 
-        if(request.getMethod().equals("GET")) {
+        if(("GET").equals(request.getMethod())) {
             LOG.info("received a GET request");
             return;
         }

= = = = = = = = = = = = = = = = = = = = = =

        致
礼!

 
              
XiaoDa    mailto:http://xiaoda08@xxxxxxxxxxxxxx
____________________________________________________
 
Institute of Software
School of Electronics Engineering & Computer Science
Peking University
Beijing, 100871, P.R.China
Tel : (86-10)62757801
____________________________________________________
                   
              xiaoda08@xxxxxxxxxxxxxx
               2008-11-21
 


<--  Date Index  --> <--  Thread Index  -->

Reply via email to:

Powered by MHonArc.

Copyright © 2006-2007, OW2 Consortium | contact | webmaster.