Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2008-12-11 01:09:46 +0000
committernitind2008-12-11 01:09:46 +0000
commit705a18a4918202e427ba1a71c16dcecedc1eb538 (patch)
tree643642934214c398ddf8b2a686c63cc06ca97fd0
parenta48103692a108c2e6f5c59d1e43af8dbf80b9a66 (diff)
downloadwebtools.sourceediting-705a18a4918202e427ba1a71c16dcecedc1eb538.tar.gz
webtools.sourceediting-705a18a4918202e427ba1a71c16dcecedc1eb538.tar.xz
webtools.sourceediting-705a18a4918202e427ba1a71c16dcecedc1eb538.zip
[nobug] doc
-rw-r--r--bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/EncodingSupport.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/EncodingSupport.java b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/EncodingSupport.java
index 0698ef2335..fd054ef577 100644
--- a/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/EncodingSupport.java
+++ b/bundles/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/EncodingSupport.java
@@ -22,7 +22,8 @@ import org.eclipse.wst.sse.ui.internal.ExtendedConfigurationBuilder;
* asked for encoding information before defaulting to the superclass
* implementation, but will be told to set the encoding after the superclass
* has. Delegates should not duplicate any functionality in the
- * DefaultEncodingSupport implementation.
+ * DefaultEncodingSupport implementation as they may be executed in addition
+ * to the default behavior.
*/
class EncodingSupport extends DefaultEncodingSupport {
private String[] fConfigurationPoints = null;

Back to the top