1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +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:
Jonah Graham 2021-05-19 23:26:40 -04:00
parent e44ef41078
commit 17cabff257

View file

@ -12,6 +12,9 @@
*******************************************************************************/ *******************************************************************************/
package org.eclipse.tm.terminal.view.core.interfaces.constants; 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; import org.eclipse.tm.terminal.view.core.interfaces.ITerminalServiceOutputStreamMonitorListener;
/** /**