Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2009-09-09 02:37:11 +0000
committernitind2009-09-09 02:37:11 +0000
commite4e18b102fa66822a3fb133a1465ff320b132200 (patch)
tree6f526983e27ef24c81e1eafc1bab649ec4a2ac8b /bundles/org.eclipse.wst.sse.core/src
parent9ffe4c38be905db6299f4313a0ef326be73abf81 (diff)
downloadwebtools.sourceediting-e4e18b102fa66822a3fb133a1465ff320b132200.tar.gz
webtools.sourceediting-e4e18b102fa66822a3fb133a1465ff320b132200.tar.xz
webtools.sourceediting-e4e18b102fa66822a3fb133a1465ff320b132200.zip
[288216] PropertyTester org.eclipse.core.resources.contentTypeId should test hierarchy, not just equality
Diffstat (limited to 'bundles/org.eclipse.wst.sse.core/src')
-rw-r--r--bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/propertytester/StructuredFilePropertyTester.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/propertytester/StructuredFilePropertyTester.java b/bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/propertytester/StructuredFilePropertyTester.java
index a64b6b714a..184bc03107 100644
--- a/bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/propertytester/StructuredFilePropertyTester.java
+++ b/bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/propertytester/StructuredFilePropertyTester.java
@@ -23,6 +23,9 @@ import org.eclipse.wst.sse.core.internal.Logger;
*
* Based on org.eclipse.core.internal.propertytester.FilePropertyTester
*
+ * @deprecated use org.eclipse.core.resources.contentTypeId instead
+ *
+ * https://bugs.eclipse.org/bugs/show_bug.cgi?id=288216
*/
public class StructuredFilePropertyTester extends PropertyTester {

Back to the top