mbien commented on code in PR #9043:
URL: https://github.com/apache/netbeans/pull/9043#discussion_r2574134546


##########
ide/dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/api/NativeProcessExecutionService.java:
##########
@@ -34,6 +34,7 @@
  * This is a very light-weigth version of ExecutionService from 
org.netbeans.api.extexecution
  * @author ak119685
  */
+@SuppressWarnings("deprecation") // 
org.netbeans.api.extexecution.input.LineProcessor is API
 public final class NativeProcessExecutionService {

Review Comment:
   ok understood. The `@SuppressWarnings` itself are probably fine - they don't 
make it worse at least ;). Its just an indication that there never was a 
followup on the unfinished API split (somewhat similar to 
https://github.com/apache/netbeans/pull/8940). 



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