d2r commented on a change in pull request #3050: STORM-3434: server: fix all
checkstyle warnings
URL: https://github.com/apache/storm/pull/3050#discussion_r314824929
##########
File path:
storm-server/src/main/java/org/apache/storm/daemon/drpc/RequestFactory.java
##########
@@ -21,5 +21,6 @@
import org.apache.storm.generated.DRPCRequest;
public interface RequestFactory<T extends OutstandingRequest> {
- public T mkRequest(String function, DRPCRequest req);
+
+ T mkRequest(String function, DRPCRequest req);
Review comment:
OK the first time I missed that `public` was removed as redundant. I had
thought only a new line was added.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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