mbien commented on code in PR #5744:
URL: https://github.com/apache/netbeans/pull/5744#discussion_r1152676797
##########
java/maven/src/org/netbeans/modules/maven/customizer/SourcesPanel.java:
##########
@@ -76,20 +76,36 @@ public class SourcesPanel extends JPanel implements
HelpCtx.Provider {
@Override
public void performOperation(POMModel model) {
String s =
PluginPropertyUtils.getPluginProperty(handle.getProject(),
Constants.GROUP_APACHE_PLUGINS, Constants.PLUGIN_COMPILER, "source", null,
null);
- String t =
PluginPropertyUtils.getPluginProperty(handle.getProject(),
Constants.GROUP_APACHE_PLUGINS, Constants.PLUGIN_COMPILER, "source", null,
null);
Review Comment:
this was likely a minor bug since source was used twice.
--
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