Skip to content

Commit b18ed6b

Browse files
committed
Remove erroneously commited code
1 parent dfcb2a2 commit b18ed6b

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/EnableWebSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@
5858
@Retention(RetentionPolicy.RUNTIME)
5959
@Target(ElementType.TYPE)
6060
@Documented
61-
@Import({DelegatingWebSocketConfiguration.class, WebSocketScopeConfiguration.class})
61+
@Import(DelegatingWebSocketConfiguration.class)
6262
public @interface EnableWebSocket {
6363
}

spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketScopeConfiguration.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)