Skip to content

Commit 1f9b2c6

Browse files
committed
Fixed compile warning
1 parent 3c99403 commit 1f9b2c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/plugin/FragmentContentPage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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) {

0 commit comments

Comments
 (0)