Skip to content

Commit

Permalink
Issue #3730 - Making new Constructor private
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <[email protected]>
  • Loading branch information
joakime committed Dec 18, 2019
1 parent 9da1820 commit e02ef3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public WebSocketClient(final WebSocketContainerScope scope, EventDriverFactory e
* @param decoratedObjectFactory the decorated Object Factory to use
* @param httpClient the HttpClient underpinnings
*/
WebSocketClient(DecoratedObjectFactory decoratedObjectFactory, HttpClient httpClient)
private WebSocketClient(DecoratedObjectFactory decoratedObjectFactory, HttpClient httpClient)
{
this.httpClient = httpClient;

Expand Down

0 comments on commit e02ef3e

Please sign in to comment.