-
- Downloads
Prevented NullPointerException when closing a null session
Since the end-state of closeSession() is to have a null session, if session is already null, there is nothing to do.
Loading
Please register or sign in to comment
Since the end-state of closeSession() is to have a null session, if session is already null, there is nothing to do.