From f7a94873f2572247b34d25bf4ab4434b7d7cfc1a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 19 Jul 2016 23:37:01 +0300 Subject: juick-ws: name of property should match the bean to inject the same instance --- juick-ws/src/main/java/com/juick/ws/WebsocketComponent.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'juick-ws/src/main/java/com/juick/ws/WebsocketComponent.java') diff --git a/juick-ws/src/main/java/com/juick/ws/WebsocketComponent.java b/juick-ws/src/main/java/com/juick/ws/WebsocketComponent.java index 78b946ed..e87b96a5 100644 --- a/juick-ws/src/main/java/com/juick/ws/WebsocketComponent.java +++ b/juick-ws/src/main/java/com/juick/ws/WebsocketComponent.java @@ -13,7 +13,6 @@ import org.springframework.web.socket.WebSocketSession; import org.springframework.web.socket.handler.TextWebSocketHandler; import javax.inject.Inject; -import javax.inject.Singleton; import java.io.IOException; import java.net.URI; import java.util.ArrayList; @@ -26,7 +25,6 @@ import java.util.logging.Logger; * Created by vitalyster on 28.06.2016. */ @Component -@Singleton public class WebsocketComponent extends TextWebSocketHandler { @Inject -- cgit v1.2.3