Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java')
-rw-r--r--org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java
index 7a109305ae0..cfb88b07559 100644
--- a/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java
+++ b/org.eclipse.ui.editors/src/org/eclipse/ui/editors/text/IEncodingActionsConstants.java
@@ -17,10 +17,12 @@ package org.eclipse.ui.editors.text;
/**
* Defines the names of the encoding actions.
* <p>
- * This interface contains constants only; it is not intended to be implemented.</p>
+ * This interface contains constants only; it is not intended to be implemented.
+ * </p>
*
* @since 2.0
- * @deprecated As of 3.1, encoding needs to be changed via properties dialog
+ * @deprecated As of 3.1, encoding needs to be changed via properties dialog. This interface is
+ * planned for removal after March 2021.
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*

Back to the top