Fixed code style

This commit is contained in:
Jindra Petřík
2024-07-30 21:06:51 +02:00
parent cc34fae1c5
commit 1d9329e9be
363 changed files with 8559 additions and 8277 deletions

View File

@@ -45,7 +45,7 @@ public class StdInAwareFileInputStream extends InputStream implements AutoClosea
public StdInAwareFileInputStream(String file) throws FileNotFoundException {
this(new File(file));
}
}
@Override
public int available() throws IOException {
@@ -66,7 +66,7 @@ public class StdInAwareFileInputStream extends InputStream implements AutoClosea
public void close() throws IOException {
is.close();
}
@Override
public int read() throws IOException {
return is.read();