jacob-netguardians commented on code in PR #2977:
URL: https://github.com/apache/helix/pull/2977#discussion_r1879423328


##########
helix-core/src/main/java/org/apache/helix/controller/pipeline/AbstractBaseStage.java:
##########
@@ -64,9 +65,9 @@ public String getStageName() {
     return className;
   }
 
-  public static <T> Future asyncExecute(ExecutorService service, Callable<T> 
task) {
+  public static <T> Future<T> asyncExecute(ExecutorService service, 
Callable<T> task) {

Review Comment:
   This "improvement" would have been compatible with Java 1.5, for all I know, 
but OK, your choice. Rolled back.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to