mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
refactor
This commit is contained in:
parent
50654ac2ef
commit
8462a05691
3 changed files with 10 additions and 2 deletions
|
@ -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 ...
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue