Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6A2918EBA for ; Tue, 24 Nov 2015 02:40:42 +0000 (UTC) Received: (qmail 77536 invoked by uid 500); 24 Nov 2015 02:40:42 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 77408 invoked by uid 500); 24 Nov 2015 02:40:42 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 77392 invoked by uid 99); 24 Nov 2015 02:40:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 02:40:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 61FC3E0B30; Tue, 24 Nov 2015 02:40:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Date: Tue, 24 Nov 2015 02:40:43 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] activemq-artemis git commit: ARTEMIS-226 fix typo in Netty constants ARTEMIS-226 fix typo in Netty constants Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/6b42ffbd Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/6b42ffbd Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/6b42ffbd Branch: refs/heads/master Commit: 6b42ffbd26315ed90ae3de2f713c40f9300c122a Parents: c5dc426 Author: jbertram Authored: Fri Nov 20 10:01:46 2015 -0600 Committer: Clebert Suconic Committed: Mon Nov 23 21:40:36 2015 -0500 ---------------------------------------------------------------------- .../artemis/core/remoting/impl/netty/TransportConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/6b42ffbd/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java ---------------------------------------------------------------------- diff --git a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java index d82d034..b241ac5 100644 --- a/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java +++ b/artemis-core-client/src/main/java/org/apache/activemq/artemis/core/remoting/impl/netty/TransportConstants.java @@ -41,7 +41,7 @@ public class TransportConstants { public static final String HTTP_UPGRADE_ENABLED_PROP_NAME = "httpUpgradeEnabled"; - public static final String HTTP_UPGRADE_ENDPOINT_PROP_NAME = "httpPpgradeEndpoint"; + public static final String HTTP_UPGRADE_ENDPOINT_PROP_NAME = "httpUpgradeEndpoint"; public static final String USE_SERVLET_PROP_NAME = "useServlet";