Author: veithen
Date: Mon Oct 27 16:22:07 2008
New Revision: 708375

URL: http://svn.apache.org/viewvc?rev=708375&view=rev
Log:
JMS tranport: Changed the name of the new content type property to a more 
conventional one.

Modified:
    
webservices/commons/trunk/modules/transport/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSConstants.java

Modified: 
webservices/commons/trunk/modules/transport/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSConstants.java
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSConstants.java?rev=708375&r1=708374&r2=708375&view=diff
==============================================================================
--- 
webservices/commons/trunk/modules/transport/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSConstants.java
 (original)
+++ 
webservices/commons/trunk/modules/transport/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSConstants.java
 Mon Oct 27 16:22:07 2008
@@ -84,7 +84,7 @@
     /**
      * The parameter indicating the expected content type for messages 
received by the service.
      */
-    public static final String CONTENT_TYPE_PARAM = 
"transport.jms.contentType";
+    public static final String CONTENT_TYPE_PARAM = 
"transport.jms.ContentType";
 
     //------------ message context / transport header properties and client 
options ------------
     /**


Reply via email to