matthiasblaesing commented on code in PR #9043:
URL: https://github.com/apache/netbeans/pull/9043#discussion_r2573988642
##########
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:
The friend list of `dlight.nativeexecution` is awefully long. I don't intent
to modify the API, so from my POV adding `@Deprecated` is not correct as the
APIs in `dlight.nativeexecution` are not deprecated.
--
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