Change the scope back to protected, the change was unwanted.

This commit is contained in:
Romain Reuillon
2012-12-12 08:33:32 +01:00
parent 9acff6202c
commit ce515fddcd

View File

@@ -258,7 +258,7 @@ public class SFTPEngine
throw new SFTPException("Unexpected data in " + res.getType() + " packet");
}
private synchronized void transmit(SFTPPacket<Request> payload)
protected synchronized void transmit(SFTPPacket<Request> payload)
throws IOException {
final int len = payload.available();
out.write((len >>> 24) & 0xff);