Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-06-21 16:23:42 +0000
committerDarin Wright2006-06-21 16:23:42 +0000
commit48a4bcd2b924c9f684ff0d270a827c87d4c09eb5 (patch)
treedf8f396ab8687f0f20d08c8aa8e78f7b511c7c4d /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
parent73d430b9ea42b53332c973caf0b7b8763f72b4e3 (diff)
downloadeclipse.platform.debug-48a4bcd2b924c9f684ff0d270a827c87d4c09eb5.tar.gz
eclipse.platform.debug-48a4bcd2b924c9f684ff0d270a827c87d4c09eb5.tar.xz
eclipse.platform.debug-48a4bcd2b924c9f684ff0d270a827c87d4c09eb5.zip
(verification) Bug 132616 - [console] Console corrupts UTF-8
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
index 9b9f2879c..3afbc6388 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
@@ -876,7 +876,7 @@ public interface IDebugUIConstants {
* from {@link org.eclipse.ui.WorkbenchEncoding}.
*
* @since 3.1
- * @deprecated 3.2 Please use DebugPlugin.ATTR_CONSOLE_ENCODING instead.
+ * @deprecated in 3.3 Please use DebugPlugin.ATTR_CONSOLE_ENCODING instead.
*/
public static final String ATTR_CONSOLE_ENCODING = DebugPlugin.ATTR_CONSOLE_ENCODING;

Back to the top