Skip to content

Commit

Permalink
JavaxWebSocketClientContainerProvider getContainer should remain prot…
Browse files Browse the repository at this point in the history
…ected.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Feb 19, 2021
1 parent b69f470 commit cee44ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static void stop(WebSocketContainer container) throws Exception
* </p>
*/
@Override
public WebSocketContainer getContainer()
protected WebSocketContainer getContainer()
{
return getContainer(null);
}
Expand Down

0 comments on commit cee44ff

Please sign in to comment.