BradWalker commented on code in PR #7062:
URL: https://github.com/apache/netbeans/pull/7062#discussion_r1486978324
##########
platform/openide.filesystems/src/org/openide/filesystems/DefaultAttributes.java:
##########
@@ -905,8 +905,7 @@ private ElementHandler parseFirstLevel() {
private final String[] ELM_KEYS = { "ATTRIBUTES" }; //
NOI18N
private final String[] MANDAT_ATTR_KEYS = { "VERSION" };
// NOI18N
- @Override
- public void internalStartElement(String elemName, HashMap
mapMandatory, HashMap mapAllowed)
+ public void internalStartElement(String elemName, Map
mapMandatory, Map mapAllowed)
Review Comment:
Oversight. Fixed.
--
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