ebarboni commented on code in PR #6626: URL: https://github.com/apache/netbeans/pull/6626#discussion_r1383593806
########## ide/extbrowser/src/org/netbeans/modules/extbrowser/NbDdeBrowserImpl.java: ########## @@ -19,6 +19,10 @@ package org.netbeans.modules.extbrowser; +import com.sun.jna.platform.win32.Advapi32Util; +import com.sun.jna.platform.win32.WinReg; +import java.util.Locale Review Comment: missing ; at end of line. You should try to compile using ant to get rid of the "basic compiler issue" -- 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
