Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2006-02-27 09:24:00 +0000
committerdavid_williams2006-02-27 09:24:00 +0000
commitb5d0563ca1dcc4237f8ceee029bbfcb8f508d773 (patch)
treea2827742d4172a74078b7f76df8dcccd2020e4de /bundles/org.eclipse.wst.sse.core/src-tasktags/org/eclipse/wst/sse/core/internal/tasks/TaskScanningScheduler.java
parent816ce37a594ce0767ebf4479ffb87628ffa8786d (diff)
downloadwebtools.sourceediting-b5d0563ca1dcc4237f8ceee029bbfcb8f508d773.tar.gz
webtools.sourceediting-b5d0563ca1dcc4237f8ceee029bbfcb8f508d773.tar.xz
webtools.sourceediting-b5d0563ca1dcc4237f8ceee029bbfcb8f508d773.zip
[129531] Need to spec 'internals', 'friends', and "organize manifests".
Diffstat (limited to 'bundles/org.eclipse.wst.sse.core/src-tasktags/org/eclipse/wst/sse/core/internal/tasks/TaskScanningScheduler.java')
-rw-r--r--bundles/org.eclipse.wst.sse.core/src-tasktags/org/eclipse/wst/sse/core/internal/tasks/TaskScanningScheduler.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.sse.core/src-tasktags/org/eclipse/wst/sse/core/internal/tasks/TaskScanningScheduler.java b/bundles/org.eclipse.wst.sse.core/src-tasktags/org/eclipse/wst/sse/core/internal/tasks/TaskScanningScheduler.java
index ec581eac36..e15f13f6c6 100644
--- a/bundles/org.eclipse.wst.sse.core/src-tasktags/org/eclipse/wst/sse/core/internal/tasks/TaskScanningScheduler.java
+++ b/bundles/org.eclipse.wst.sse.core/src-tasktags/org/eclipse/wst/sse/core/internal/tasks/TaskScanningScheduler.java
@@ -25,7 +25,7 @@ import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.wst.sse.core.internal.Logger;
import org.eclipse.wst.sse.core.internal.SSECorePlugin;
-import org.eclipse.wst.sse.core.internal.util.StringUtils;
+import org.eclipse.wst.sse.core.utils.StringUtils;
public class TaskScanningScheduler {
private class ListenerVisitor implements IResourceChangeListener, IResourceDeltaVisitor {

Back to the top