jglick commented on a change in pull request #1144: [NETBEANS-2284]:NB build 
with jdk11
URL: https://github.com/apache/netbeans/pull/1144#discussion_r290356848
 
 

 ##########
 File path: 
java/maven.indexer/src/org/netbeans/modules/maven/indexer/OnStop.java
 ##########
 @@ -41,7 +41,7 @@ public void run() {
                 }
                 if (t.isAlive()) {
                     LOG.warning("...hard stop required.");
-                    t.stop(new Cancellation());
+                    t.interrupt();
 
 Review comment:
   This likely broke the cancellation functionality. (Is `Cancellation` even 
used now?)

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

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