Skip to content

Commit cea049b

Browse files
committed
Move websocket config tests to annotation package
1 parent cb46ef8 commit cea049b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Tooling related information for the mvc namespace
22
http\://www.springframework.org/schema/websocket@name=websocket Namespace
33
http\://www.springframework.org/schema/websocket@prefix=websocket
4-
http\://www.springframework.org/schema/websocket@icon=org/springframework/web/socket/server/config/xml/spring-websocket.gif
4+
http\://www.springframework.org/schema/websocket@icon=org/springframework/web/socket/config/spring-websocket.gif
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.web.socket.config;
17+
package org.springframework.web.socket.config.annotation;
1818

1919
import java.util.ArrayList;
2020
import java.util.Arrays;

spring-websocket/src/test/java/org/springframework/web/socket/config/WebMvcStompEndpointRegistrationTests.java renamed to spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebMvcStompEndpointRegistrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.web.socket.config;
17+
package org.springframework.web.socket.config.annotation;
1818

1919
import java.util.Arrays;
2020
import java.util.List;

spring-websocket/src/test/java/org/springframework/web/socket/config/WebMvcStompEndpointRegistryTests.java renamed to spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebMvcStompEndpointRegistryTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.web.socket.config;
17+
package org.springframework.web.socket.config.annotation;
1818

1919
import java.util.Map;
2020

spring-websocket/src/test/java/org/springframework/web/socket/config/WebSocketConfigurationTests.java renamed to spring-websocket/src/test/java/org/springframework/web/socket/config/annotation/WebSocketConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.web.socket.config;
17+
package org.springframework.web.socket.config.annotation;
1818

1919
import java.util.Arrays;
2020
import java.util.concurrent.CountDownLatch;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.web.socket.config;
17+
package org.springframework.web.socket.config.annotation;
1818

1919
import java.util.ArrayList;
2020
import java.util.List;

0 commit comments

Comments
 (0)