1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug 315237 Make ImportExportWizardButtons public

This commit is contained in:
Vivian Kong 2010-06-03 13:14:13 +00:00
parent ecf0c62ff0
commit b01f608abb

View file

@ -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() {}