matthiasblaesing commented on pull request #3677:
URL: https://github.com/apache/netbeans/pull/3677#issuecomment-1052363805


   The class is still not exported by the module, so will be inaccessible at 
runtime. If you want to get the diff provider, you can get it right now:
   
   ```
   DiffProvider dp = Lookup.getDefault().lookup(DiffProvider.class);
   Difference[] differences = dp.computeDiff(new StringReader(sourceDoc), new 
StringReader(targetDoc));
   ```


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