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_williams2005-10-10 17:25:33 +0000
committerdavid_williams2005-10-10 17:25:33 +0000
commit50637239cb0e248a6a635b6a47261a76928460fa (patch)
tree4ab6148f7f0a673a40c71927e728e5d9e25eb0d6 /bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/reconcile
parentcb2662716448ab1b30f7f72561fc1243fbd917e1 (diff)
downloadwebtools.sourceediting-50637239cb0e248a6a635b6a47261a76928460fa.tar.gz
webtools.sourceediting-50637239cb0e248a6a635b6a47261a76928460fa.tar.xz
webtools.sourceediting-50637239cb0e248a6a635b6a47261a76928460fa.zip
back out build kind impl
Diffstat (limited to 'bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/reconcile')
-rw-r--r--bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/reconcile/validator/IncrementalHelper.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/reconcile/validator/IncrementalHelper.java b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/reconcile/validator/IncrementalHelper.java
index 668c74b6f7..7b3ce3402a 100644
--- a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/reconcile/validator/IncrementalHelper.java
+++ b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/reconcile/validator/IncrementalHelper.java
@@ -54,9 +54,4 @@ public class IncrementalHelper implements IValidationContext {
return new String[]{fURI};
return new String[0];
}
-
- public int getBuildKind() {
- // there's no building going on
- return 0;
- }
}

Back to the top