mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-07 07:40:55 +03:00
public -> protected
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user