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 ve...@apache.org on 2009/01/10 19:09:02 UTC

svn commit: r733308 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPConstants.java

Author: veithen
Date: Sat Jan 10 10:09:01 2009
New Revision: 733308

URL: http://svn.apache.org/viewvc?rev=733308&view=rev
Log:
Added a review comment.

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPConstants.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPConstants.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPConstants.java?rev=733308&r1=733307&r2=733308&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPConstants.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/http/HTTPConstants.java Sat Jan 10 10:09:01 2009
@@ -498,6 +498,8 @@
     public static final String HTTP_METHOD_GET = "GET";
     public static final String HTTP_METHOD_POST = "POST";
 
+    // FIXME: the comment below is incorrect (or at least misleading)
+    //        since Constants.Configuration.CONTENT_TYPE has a different value!!!
     /**
      * @deprecated Please use Constants.Configuration.CONTENT_TYPE
      */