You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2014/06/12 21:11:35 UTC

git commit: revert an unintended change

Repository: cxf
Updated Branches:
  refs/heads/master db2f02a91 -> 66e469674


revert an unintended change


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/66e46967
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/66e46967
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/66e46967

Branch: refs/heads/master
Commit: 66e4696748f37ba08c65e0682153420ad6048b0b
Parents: db2f02a
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Thu Jun 12 21:09:44 2014 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Thu Jun 12 21:10:54 2014 +0200

----------------------------------------------------------------------
 .../org/apache/cxf/transport/websocket/WebSocketConstants.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/66e46967/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketConstants.java
----------------------------------------------------------------------
diff --git a/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketConstants.java b/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketConstants.java
index ec78cb4..64efc1d 100644
--- a/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketConstants.java
+++ b/rt/transports/websocket/src/main/java/org/apache/cxf/transport/websocket/WebSocketConstants.java
@@ -23,8 +23,8 @@ package org.apache.cxf.transport.websocket;
  * 
  */
 public final class WebSocketConstants {
-    public static final String DEFAULT_REQUEST_ID_KEY = "Request-Id";
-    public static final String DEFAULT_RESPONSE_ID_KEY = "Response-Id";
+    public static final String DEFAULT_REQUEST_ID_KEY = "requestId";
+    public static final String DEFAULT_RESPONSE_ID_KEY = "responseId";
 
     private WebSocketConstants() {
     }