File tree Expand file tree Collapse file tree
ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2000, 2018 IBM Corporation and others.
2+ * Copyright (c) 2000, 2019 IBM Corporation and others.
33 *
44 * This program and the accompanying materials
55 * are made available under the terms of the Eclipse Public License 2.0
@@ -219,7 +219,7 @@ private void createExecutionEnvironmentControls(Composite container) {
219219 fExeEnvButton .setText (PDEUIMessages .NewProjectCreationPage_environmentsButton );
220220 fExeEnvButton .addListener (SWT .Selection ,
221221 event -> PreferencesUtil .createPreferenceDialogOn (getShell (), "org.eclipse.jdt.debug.ui.jreProfiles" , //$NON-NLS-1$
222- new String [] { "org.eclipse.jdt.debug.ui.jreProfiles" }, null ).open ());
222+ new String [] { "org.eclipse.jdt.debug.ui.jreProfiles" }, null ).open ()); //$NON-NLS-1$
223223 }
224224
225225 private Text createPluginIdContainer (Composite parent , final boolean validateRange , int span ) {
You can’t perform that action at this time.
0 commit comments