We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a98fc5 commit b7b4ef1Copy full SHA for b7b4ef1
1 file changed
fabric-chaincode-shim/src/main/java/org/hyperledger/fabric/shim/NettyGrpcServer.java
@@ -25,13 +25,14 @@
25
*/
26
public final class NettyGrpcServer implements GrpcServer {
27
28
- private static Log logger = LogFactory.getLog(NettyGrpcServer.class);
+ private static final Log logger = LogFactory.getLog(NettyGrpcServer.class);
29
30
private final Server server;
31
+
32
/**
33
* init netty grpc server.
34
*
- * @param chaincodeBase - chaincode implementation (invoke, init)
35
+ * @param chaincodeBase - chaincode implementation (invoke, init)
36
* @param chaincodeServerProperties - setting for grpc server
37
* @throws IOException
38
0 commit comments