You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by ka...@apache.org on 2020/01/09 02:30:16 UTC

[incubator-tubemq] branch master updated: TUBEMQ-14: Some compilation errors (#7)

This is an automated email from the ASF dual-hosted git repository.

kaynewu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git


The following commit(s) were added to refs/heads/master by this push:
     new b64efd3  TUBEMQ-14: Some compilation errors (#7)
b64efd3 is described below

commit b64efd3a41806d0d01f67a42b0d593e95738e3a7
Author: kaynewu <wu...@gmail.com>
AuthorDate: Thu Jan 9 10:30:08 2020 +0800

    TUBEMQ-14: Some compilation errors (#7)
    
    Bug fix, Syntax correct
---
 .../src/main/java/com/tencent/tubemq/corerpc/netty/NettyRpcServer.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tubemq-core/src/main/java/com/tencent/tubemq/corerpc/netty/NettyRpcServer.java b/tubemq-core/src/main/java/com/tencent/tubemq/corerpc/netty/NettyRpcServer.java
index 1a7ad4f..6f08e8d 100644
--- a/tubemq-core/src/main/java/com/tencent/tubemq/corerpc/netty/NettyRpcServer.java
+++ b/tubemq-core/src/main/java/com/tencent/tubemq/corerpc/netty/NettyRpcServer.java
@@ -80,7 +80,7 @@ public class NettyRpcServer implements ServiceRpcServer {
     private NioServerSocketChannelFactory channelFactory = null;
     private AtomicBoolean started = new AtomicBoolean(false);
     private int protocolType = RpcProtocol.RPC_PROTOCOL_TCP;
-    private boolean isOverTLS ;
+    private boolean isOverTLS;
     private String keyStorePath = "";
     private String keyStorePassword = "";
     private boolean needTwoWayAuthentic = false;