Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2010-06-03 13:14:13 +0000
committerVivian Kong2010-06-03 13:14:13 +0000
commitb01f608abbd12a8844aa4b5802228981b44dc0a9 (patch)
tree99c6919c7dd6cedeed55c6ce9adf9ca8af399a0e
parentecf0c62ff0ad5c91d0fabb3cebad4e63ef7d4e1d (diff)
downloadorg.eclipse.cdt-b01f608abbd12a8844aa4b5802228981b44dc0a9.tar.gz
org.eclipse.cdt-b01f608abbd12a8844aa4b5802228981b44dc0a9.tar.xz
org.eclipse.cdt-b01f608abbd12a8844aa4b5802228981b44dc0a9.zip
Bug 315237 Make ImportExportWizardButtons public
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java
index 64619ef779d..98d8c6524c4 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/newui/ImportExportWizardButtons.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2009 IBM Corporation and others.
+ * Copyright (c) 2009, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -34,7 +34,7 @@ import org.eclipse.cdt.internal.ui.wizards.settingswizards.ProjectSettingsWizard
*
* @since 5.2
*/
-class ImportExportWizardButtons {
+public class ImportExportWizardButtons {
private ImportExportWizardButtons() {}

Back to the top