mirror of
https://github.com/google/nomulus
synced 2026-05-20 14:51:48 +00:00
Remove more unnecessary "throws" declarations
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201243722
This commit is contained in:
@@ -61,7 +61,7 @@ public final class TeeOutputStream extends OutputStream {
|
||||
|
||||
/** Closes the stream. Any calls to a {@code write()} method after this will throw. */
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
public void close() {
|
||||
isClosed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user