mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
wording
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@ public class IntroduceParameterHandler extends IntroduceHandlerBase implements R
|
||||
return;
|
||||
}
|
||||
final JPanel panel = new JPanel(new BorderLayout());
|
||||
final JCheckBox superMethod = new JCheckBox("Use super method", true);
|
||||
final JCheckBox superMethod = new JCheckBox("Refactor super method", true);
|
||||
superMethod.setMnemonic('U');
|
||||
panel.add(superMethod, BorderLayout.SOUTH);
|
||||
final JBList list = new JBList(validEnclosingMethods.toArray());
|
||||
|
||||
Reference in New Issue
Block a user