public -> protected

This commit is contained in:
Shikhar Bhushan
2010-08-06 22:10:35 +01:00
parent 3beee8350d
commit a1d17982ae

View File

@@ -97,7 +97,7 @@ public class Response
return this; return this;
} }
private String error(StatusCode sc) protected String error(StatusCode sc)
throws SFTPException { throws SFTPException {
throw new SFTPException(sc, protocolVersion < 3 ? sc.toString() : readString()); throw new SFTPException(sc, protocolVersion < 3 ? sc.toString() : readString());
} }