Move websocket config tests to annotation package

This commit is contained in:
Rossen Stoyanchev
2013-12-02 21:32:06 -05:00
parent cb46ef86c6
commit cea049b791
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.socket.config;
package org.springframework.web.socket.config.annotation;
import java.util.ArrayList;
import java.util.Arrays;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.socket.config;
package org.springframework.web.socket.config.annotation;
import java.util.Arrays;
import java.util.List;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.socket.config;
package org.springframework.web.socket.config.annotation;
import java.util.Map;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.socket.config;
package org.springframework.web.socket.config.annotation;
import java.util.Arrays;
import java.util.concurrent.CountDownLatch;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.socket.config;
package org.springframework.web.socket.config.annotation;
import java.util.ArrayList;
import java.util.List;