1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00
This commit is contained in:
David Inglis 2004-04-15 19:53:04 +00:00
parent 50654ac2ef
commit 8462a05691
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2004-04-15 David Inglis
simple refactor
- refactor/org/eclipse/cdt/internal/ui/refactoring/ListContentProvider.java
* refactor/org/eclipse/cdt/internal/ui/refactoring/RefactoringSaveHelper.java
+ src/org/eclipse/cdt/internal/ui/viewsupport/ListContentProvider.java
2004-04-15 Chris Wiebe 2004-04-15 Chris Wiebe
Make some helper functions static for ease of use ... Make some helper functions static for ease of use ...

View file

@ -37,7 +37,7 @@ import org.eclipse.ui.actions.GlobalBuildAction;
import org.eclipse.cdt.ui.CUIPlugin; import org.eclipse.cdt.ui.CUIPlugin;
import org.eclipse.cdt.internal.ui.refactoring.ListDialog; import org.eclipse.cdt.internal.ui.refactoring.ListDialog;
import org.eclipse.cdt.internal.ui.util.ExceptionHandler; import org.eclipse.cdt.internal.ui.util.ExceptionHandler;
import org.eclipse.cdt.internal.ui.refactoring.ListContentProvider; import org.eclipse.cdt.internal.ui.viewsupport.ListContentProvider;
public class RefactoringSaveHelper { public class RefactoringSaveHelper {

View file

@ -8,7 +8,7 @@
* Contributors: * Contributors:
* IBM Rational Software - Initial API and implementation * IBM Rational Software - Initial API and implementation
***********************************************************************/ ***********************************************************************/
package org.eclipse.cdt.internal.ui.refactoring; package org.eclipse.cdt.internal.ui.viewsupport;
import java.util.List; import java.util.List;