lkishalmi commented on code in PR #6797:
URL: https://github.com/apache/netbeans/pull/6797#discussion_r1418100156
##########
php/hudson.php/src/org/netbeans/modules/hudson/php/options/HudsonOptions.java:
##########
@@ -36,7 +36,7 @@ public final class HudsonOptions {
// Do not change arbitrary - consult with layer's folder OptionsExport
// Path to Preferences node for storing these preferences
- private static final String PREFERENCES_PATH = "hudson"; // NOI18N
+ private static final String PREFERENCES_PATH = "jenkins"; // NOI18N
Review Comment:
Agreed. This does not worth the change. Changing this would mean that users
invested in customizing their settings would lose those, unless handled in the
updater logic.
--
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