Move tests to packages where they belong

This commit is contained in:
Rossen Stoyanchev 2014-04-01 13:16:51 -04:00
parent 73ecbc047c
commit 8ab8448148
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.socket.adapter;
package org.springframework.web.socket.adapter.jetty;
import org.eclipse.jetty.websocket.api.Session;
import org.junit.Before;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.socket.adapter;
package org.springframework.web.socket.adapter.standard;
import java.nio.ByteBuffer;
import javax.websocket.DecodeException;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.web.socket.adapter;
package org.springframework.web.socket.adapter.standard;
import javax.websocket.CloseReason;
import javax.websocket.CloseReason.CloseCodes;