This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 225271
Collapse All | Expand All

(-)a/groovy.support/src/org/netbeans/modules/groovy/support/options/SupportOptionsPanelController.java (+1 lines)
Lines 62-67 Link Here
62
    "OptionsCategory_Groovy=Groovy"
62
    "OptionsCategory_Groovy=Groovy"
63
)
63
)
64
@OptionsPanelController.SubRegistration(
64
@OptionsPanelController.SubRegistration(
65
    id = "org-netbeans-modules-groovy-support-api-GroovySettings",
65
    displayName="#OptionsCategory_Groovy"
66
    displayName="#OptionsCategory_Groovy"
66
)
67
)
67
public final class SupportOptionsPanelController extends OptionsPanelController {
68
public final class SupportOptionsPanelController extends OptionsPanelController {

Return to bug 225271