ARTEMIS-226 fix typo in Netty constants

This commit is contained in:
jbertram 2015-11-20 10:01:46 -06:00 committed by Clebert Suconic
parent c5dc42657f
commit 6b42ffbd26
1 changed files with 1 additions and 1 deletions

View File

@ -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";