Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2005-03-24 21:44:49 +0000
committernitind2005-03-24 21:44:49 +0000
commit22e69d8b80b15a4df2ca529e46286ccb8b63e690 (patch)
treeb5484df7d8bb415c10bf2ccb2f3b66451dc60e64 /bundles/org.eclipse.wst.dtd.core/src
parentbb400dbe99ee4d88e91a6ae87fb6960b59856b57 (diff)
downloadwebtools.sourceediting-22e69d8b80b15a4df2ca529e46286ccb8b63e690.tar.gz
webtools.sourceediting-22e69d8b80b15a4df2ca529e46286ccb8b63e690.tar.xz
webtools.sourceediting-22e69d8b80b15a4df2ca529e46286ccb8b63e690.zip
doc
Diffstat (limited to 'bundles/org.eclipse.wst.dtd.core/src')
-rw-r--r--bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java b/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java
index 196b42affa..e37e1890ee 100644
--- a/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java
+++ b/bundles/org.eclipse.wst.dtd.core/src/org/eclipse/wst/dtd/core/contenttype/ContentTypeIdForDTD.java
@@ -38,6 +38,9 @@ public final class ContentTypeIdForDTD {
super();
}
+ /**
+ * @return the DTD Content Type Identifier ID as a String
+ */
static String getConstantString() {
return "org.eclipse.wst.dtd.core.dtdsource"; //$NON-NLS-1$
}

Back to the top