Skip to content

Commit 53a1c2b

Browse files
author
Cedric Betom
committed
devonfw#1509 Resolved compiler errors
devonfw#1622
1 parent 2650c6f commit 53a1c2b

File tree

1 file changed

+2
-2
lines changed
  • cobigen-eclipse/cobigen-eclipse-test/src/main/java/com/devonfw/cobigen/eclipse/test/common/utils

1 file changed

+2
-2
lines changed

cobigen-eclipse/cobigen-eclipse-test/src/main/java/com/devonfw/cobigen/eclipse/test/common/utils/EclipseCobiGenUtils.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
import static org.eclipse.swtbot.swt.finder.waits.Conditions.shellIsActive;
44
import static org.eclipse.swtbot.swt.finder.waits.Conditions.widgetIsEnabled;
55

6-
import java.util.concurrent.TimeoutException;
7-
86
import org.eclipse.core.resources.IncrementalProjectBuilder;
97
import org.eclipse.core.resources.ResourcesPlugin;
108
import org.eclipse.core.runtime.CoreException;
@@ -18,6 +16,8 @@
1816
import org.eclipse.swtbot.swt.finder.widgets.SWTBotButton;
1917
import org.eclipse.swtbot.swt.finder.widgets.SWTBotShell;
2018
import org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem;
19+
import org.eclipse.swtbot.swt.finder.widgets.TimeoutException;
20+
import org.slf4j.Logger;
2121
import org.slf4j.LoggerFactory;
2222

2323
import com.devonfw.cobigen.eclipse.common.constants.external.CobiGenDialogConstants;

0 commit comments

Comments
 (0)