mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
deadcode
This commit is contained in:
-4
@@ -44,10 +44,6 @@ public class SegmentedOutputStream extends OutputStream implements PacketProcess
|
||||
flush();
|
||||
}
|
||||
|
||||
public synchronized void write(byte[] b, int off, int len) throws IOException {
|
||||
super.write(b, off, len);
|
||||
}
|
||||
|
||||
public synchronized void flush() throws IOException {
|
||||
myPrintStream.flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user