make it possible to use in tests
This commit is contained in:
parent
3220848fd9
commit
7ea3bcb44f
|
@ -455,7 +455,7 @@ public class SecureChannelSession {
|
||||||
* would only make things wrong.
|
* would only make things wrong.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
void setOpen() {
|
protected void setOpen() {
|
||||||
open = true;
|
open = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue