Skip to content

Commit 64d7f46

Browse files
dbocharobdshadow
authored andcommitted
jbide-24379: fix missed import
Signed-off-by: Dmitrii Bocharov <[email protected]>
1 parent aa4e277 commit 64d7f46

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

jsf/tests/org.jboss.tools.jsf.ui.test/src/org/jboss/tools/jsf/ui/test/NaturesInfoDialogTest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,22 @@
1111

1212
package org.jboss.tools.jsf.ui.test;
1313

14-
import junit.framework.TestCase;
15-
1614
import org.eclipse.core.resources.IFile;
1715
import org.eclipse.core.resources.IProject;
18-
import org.eclipse.core.resources.IncrementalProjectBuilder;
19-
import org.eclipse.core.runtime.NullProgressMonitor;
2016
import org.eclipse.swt.widgets.Display;
2117
import org.eclipse.swt.widgets.Label;
2218
import org.eclipse.swt.widgets.Shell;
2319
import org.eclipse.ui.IEditorInput;
20+
import org.eclipse.ui.PlatformUI;
2421
import org.eclipse.ui.part.FileEditorInput;
2522
import org.jboss.tools.jsf.ui.JsfUiPlugin;
2623
import org.jboss.tools.jst.web.ui.WebUiPlugin;
2724
import org.jboss.tools.jst.web.ui.internal.editor.jspeditor.JSPMultiPageEditorPart;
2825
import org.jboss.tools.jst.web.ui.internal.editor.preferences.IVpePreferencesPage;
2926
import org.jboss.tools.test.util.ProjectImportTestSetup;
3027

28+
import junit.framework.TestCase;
29+
3130
/**
3231
*
3332
* @author yzhishko

0 commit comments

Comments
 (0)