Reverted getSession(id) to public

This method is used by third party session handlers.
Reverts change made as part of #3913

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2019-10-09 11:46:43 +11:00
parent 3328a28f09
commit 8087e29211
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ public class SessionHandler extends ScopedHandler
* @param id The session ID stripped of any worker name.
* @return A Session or null if none exists.
*/
protected Session getSession(String id)
public Session getSession(String id)
{
try
{