BradWalker commented on a change in pull request #2194:
URL: https://github.com/apache/netbeans/pull/2194#discussion_r442606034
##########
File path:
ide/xml.core/src/org/netbeans/modules/xml/api/model/ExtendedGrammarQuery.java
##########
@@ -32,6 +32,6 @@
public interface ExtendedGrammarQuery extends GrammarQuery {
/** @return a List of resolved entities System id-s names.*/
- public List/*<String>*/ getResolvedEntities();
+ public List<String> getResolvedEntities();
Review comment:
Reverted back to original. We'll figure this out in the future..
----------------------------------------------------------------
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]
---------------------------------------------------------------------
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