Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-01-14 11:08:45 +0000
committerDani Megert2013-01-14 11:08:45 +0000
commit5a56ad8505ee4fbf56a914e9c6dcb9ec0c40bdeb (patch)
treead8b6fdb1cc4b988b88ec4a3671477fcb24ec1bc
parent0b0e2c7c55fbe8659cbbe0bc9dbc37b236765382 (diff)
downloadeclipse.platform.debug-5a56ad8505ee4fbf56a914e9c6dcb9ec0c40bdeb.tar.gz
eclipse.platform.debug-5a56ad8505ee4fbf56a914e9c6dcb9ec0c40bdeb.tar.xz
eclipse.platform.debug-5a56ad8505ee4fbf56a914e9c6dcb9ec0c40bdeb.zip
-rw-r--r--org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsoleOutputStream.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsoleOutputStream.java b/org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsoleOutputStream.java
index 4df952bb0..43e599c11 100644
--- a/org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsoleOutputStream.java
+++ b/org.eclipse.ui.console/src/org/eclipse/ui/console/IOConsoleOutputStream.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2012 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -14,6 +14,7 @@ import java.io.IOException;
import java.io.OutputStream;
import org.eclipse.swt.graphics.Color;
+
import org.eclipse.ui.WorkbenchEncoding;
import org.eclipse.ui.internal.console.IOConsolePartitioner;

Back to the top