Return the Session we're operating in. @return the Session, or null if not known
()
| 94 | * @return the Session, or null if not known |
| 95 | */ |
| 96 | public Session getSession() { |
| 97 | Message msg = getMessage(); |
| 98 | return msg != null ? msg.getSession() : null; |
| 99 | } |
| 100 | } |
no test coverage detected