Clean up and format code
This commit is contained in:
@@ -24,7 +24,6 @@ import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import samples.websocket.jetty93.SampleJetty93WebSocketsApplication;
|
||||
import samples.websocket.jetty93.client.GreetingService;
|
||||
import samples.websocket.jetty93.client.SimpleClientWebSocketHandler;
|
||||
import samples.websocket.jetty93.client.SimpleGreetingService;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2016 the original author or authors.
|
||||
* Copyright 2012-2017 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -19,8 +19,6 @@ package samples.websocket.jetty93.snake;
|
||||
import java.io.IOException;
|
||||
|
||||
import org.junit.Test;
|
||||
import samples.websocket.jetty93.snake.Snake;
|
||||
import samples.websocket.jetty93.snake.SnakeTimer;
|
||||
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.mockito.BDDMockito.willThrow;
|
||||
|
||||
Reference in New Issue
Block a user