matthiasblaesing commented on code in PR #9043:
URL: https://github.com/apache/netbeans/pull/9043#discussion_r2574110641
##########
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:
I don't want to change/modify/enhance the API. I'm willing to drop the
`@SuppressWarnings` annotations if you consider that more acceptable.
--
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