make it possible to use in tests

This commit is contained in:
Michele Balistreri 2018-11-12 16:20:00 +03:00
parent 3220848fd9
commit 7ea3bcb44f
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ public class SecureChannelSession {
* would only make things wrong.
*
*/
void setOpen() {
protected void setOpen() {
open = true;
}