mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Add missing imports for Javadocs
These imports are only used for Javadocs, which is why it was sort of ok that they were missing until now. Change-Id: Ia941ca55c56a101766b709290b40609c20fdda9d
This commit is contained in:
parent
e44ef41078
commit
17cabff257
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.tm.terminal.view.core.interfaces.constants;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.OutputStream;
|
||||
|
||||
import org.eclipse.tm.terminal.view.core.interfaces.ITerminalServiceOutputStreamMonitorListener;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue