Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/HTMLCMProperties.java')
-rw-r--r--bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/HTMLCMProperties.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/HTMLCMProperties.java b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/HTMLCMProperties.java
index 16d4719cce..61b1cd45f6 100644
--- a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/HTMLCMProperties.java
+++ b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/HTMLCMProperties.java
@@ -39,7 +39,7 @@ public interface HTMLCMProperties {
*/
public static final String CONTENT_HINT = "contentHint";//$NON-NLS-1$
/**
- * "prohibitedAncestors" returns org.eclipse.wst.common.contentmodel.CMNamedNodeMap.
+ * "prohibitedAncestors" returns org.eclipse.wst.sse.core.internal.contentmodel.CMNamedNodeMap.
*/
public static final String PROHIBITED_ANCESTORS = "prohibitedAncestors";//$NON-NLS-1$
/**
@@ -71,7 +71,7 @@ public interface HTMLCMProperties {
*/
public static final String OMIT_TYPE = "omitType";//$NON-NLS-1$
/**
- * "inclusion" returns org.eclipse.wst.common.contentmodel.CMContent.
+ * "inclusion" returns org.eclipse.wst.sse.core.internal.contentmodel.CMContent.
*/
public static final String INCLUSION = "inclusion";//$NON-NLS-1$
/**

Back to the top