Change-Id: I8a0d91e908145168c32589600bd1598826511ae3
@ -177,11 +177,12 @@ public class AutoCRLFOutputStream extends OutputStream {
if (binbufcnt < binbuf.length)
decideMode();
buf = -1;
out.flush();
}
@Override
public void close() throws IOException {
flush();
super.close();
out.close();