sohami commented on a change in pull request #1652: DRILL-7046: Support for
loading and parsing new RM config file
URL: https://github.com/apache/drill/pull/1652#discussion_r260511980
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserServer.java
##########
@@ -197,7 +197,8 @@ protected MessageLite getResponseDefaultInstance(int
rpcType) throws RpcExceptio
}
/**
- * {@link AbstractRemoteConnection} implementation for user connection. Also
implements {@link UserClientConnection}.
+ * {@link org.apache.drill.exec.rpc.AbstractRemoteConnection} implementation
for user connection.
Review comment:
there was compiler warning with non fully qualified class name in javadoc so
just resolved that. But I have added proper java doc comment now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services