mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +02:00
[cleanup] Fix build error due to typo
This commit is contained in:
parent
d33adee981
commit
60d0a65e99
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.rse.internal.importexport.files;
|
||||
|
||||
imimport java.io.ByteArrayInputStream;
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
|
|
Loading…
Add table
Reference in a new issue