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-06-11 20:35:58 +0000
committerdavid_williams2005-06-11 20:35:58 +0000
commita4c859d2d39c01af4ed97acd7ba339e870ed1894 (patch)
tree5f05b10a06ced87048f9b8bd9274b2f64674b63d /bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml
parent599299fead75e475ed55887ec18d63d34f170d7c (diff)
downloadwebtools.sourceediting-a4c859d2d39c01af4ed97acd7ba339e870ed1894.tar.gz
webtools.sourceediting-a4c859d2d39c01af4ed97acd7ba339e870ed1894.tar.xz
webtools.sourceediting-a4c859d2d39c01af4ed97acd7ba339e870ed1894.zip
minor change to remove warning
Diffstat (limited to 'bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml')
-rw-r--r--bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/commentelement/impl/CommentElementConfiguration.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/commentelement/impl/CommentElementConfiguration.java b/bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/commentelement/impl/CommentElementConfiguration.java
index 08dd81ff9d..1fe62da76a 100644
--- a/bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/commentelement/impl/CommentElementConfiguration.java
+++ b/bundles/org.eclipse.wst.xml.core/src/org/eclipse/wst/xml/core/internal/commentelement/impl/CommentElementConfiguration.java
@@ -133,9 +133,10 @@ public class CommentElementConfiguration {
return null;
}
- public String getElementPrefix() {
- return null;
- }
+// removed in RC2, ro removed "unused" error/warning
+// public String getElementPrefix() {
+// return null;
+// }
public boolean isCommentElement(IDOMElement element) {
return false;

Back to the top