mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 11:50:57 +07:00
15 lines
311 B
Java
15 lines
311 B
Java
import java.io.*;
|
|
|
|
class Test {
|
|
private static InputStream getInputUnchecked(InputStream inputSupplier) throws IOException {
|
|
InputStream in;
|
|
try {
|
|
in = null;
|
|
}
|
|
catch (IOException e) {
|
|
throw new IOException();
|
|
}
|
|
return i<caret>n;
|
|
}
|
|
|
|
} |