BradWalker commented on code in PR #7597:
URL: https://github.com/apache/netbeans/pull/7597#discussion_r1912127062


##########
enterprise/glassfish.tooling/src/org/netbeans/modules/glassfish/tooling/admin/Runner.java:
##########
@@ -294,7 +294,7 @@ static boolean toBoolean(final String constant) throws 
CommandException {
      * is responsible for correct <code>TaskState</code> and receiveResult 
value
      * handling.
      */
-    Result result;
+    Result<?> result;

Review Comment:
   I agree this looks like a bigger cleanup. Therefore, I've removed it from 
the commit.



##########
enterprise/payara.tooling/src/org/netbeans/modules/payara/tooling/admin/Runner.java:
##########
@@ -294,7 +294,7 @@ static boolean toBoolean(final String constant) throws 
CommandException {
      * is responsible for correct <code>TaskState</code> and receiveResult 
value
      * handling.
      */
-    Result result;
+    Result<?> result;

Review Comment:
   I agree this looks like a bigger cleanup. Therefore, I've removed it from 
the commit.



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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to