Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2005-03-18 07:20:23 +0000
committerdavid_williams2005-03-18 07:20:23 +0000
commit95990efbc5478ec6123ecd9ca473aa34489b1678 (patch)
treeca162ccb820e56fe7b8ecdaf602e2bea61d77940 /bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/contentmodel/chtml/HedHeading.java
parent75dccf31a38c8e39dff45e9eaa953bcb926882c2 (diff)
downloadwebtools.sourceediting-95990efbc5478ec6123ecd9ca473aa34489b1678.tar.gz
webtools.sourceediting-95990efbc5478ec6123ecd9ca473aa34489b1678.tar.xz
webtools.sourceediting-95990efbc5478ec6123ecd9ca473aa34489b1678.zip
[88424] ContentModel moved to Internal and SSE Core
Diffstat (limited to 'bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/contentmodel/chtml/HedHeading.java')
-rw-r--r--bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/contentmodel/chtml/HedHeading.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/contentmodel/chtml/HedHeading.java b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/contentmodel/chtml/HedHeading.java
index b93ecfa212..f0c599f108 100644
--- a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/contentmodel/chtml/HedHeading.java
+++ b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/contentmodel/chtml/HedHeading.java
@@ -12,7 +12,7 @@ package org.eclipse.wst.html.core.contentmodel.chtml;
-import org.eclipse.wst.common.contentmodel.CMNamedNodeMap;
+import org.eclipse.wst.sse.core.internal.contentmodel.CMNamedNodeMap;
/**
* H[1-6].

Back to the top