mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-92922 MAVEN_OPTS for Maven server should be configurable from IDEA instead of using system environment
Change label.
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ public class MavenImportingConfigurable implements SearchableConfigurable {
|
||||
panel.add(useMaven3Panel);
|
||||
|
||||
JPanel embedderVMOptionPanel = new JPanel(new BorderLayout());
|
||||
JLabel vmOptionLabel = new JLabel("VM options for maven import process");
|
||||
JLabel vmOptionLabel = new JLabel("VM options for importer:");
|
||||
embedderVMOptionPanel.add(vmOptionLabel, BorderLayout.WEST);
|
||||
vmOptionLabel.setLabelFor(myEmbedderVMOptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user