File tree 2 files changed +3
-3
lines changed
client/src/org/openqa/selenium/remote/http/netty
server/src/org/openqa/selenium/grid/web
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
import java .util .function .BiFunction ;
42
42
43
43
public class NettyClient implements HttpClient {
44
- private final static Timer TIMER ;
44
+ private static final Timer TIMER ;
45
45
static {
46
46
ThreadFactory threadFactory = new DefaultThreadFactory ("netty-client-timer" , true );
47
47
HashedWheelTimer timer = new HashedWheelTimer (
Original file line number Diff line number Diff line change 31
31
public class GridUiRoute {
32
32
private static final Logger LOG = Logger .getLogger ("selenium" );
33
33
34
- private final static String GRID_RESOURCE = "javascript/grid-ui/build" ;
35
- private final static String GRID_RESOURCE_WITH_PREFIX = String .format ("/%s" , GRID_RESOURCE );
34
+ private static final String GRID_RESOURCE = "javascript/grid-ui/build" ;
35
+ private static final String GRID_RESOURCE_WITH_PREFIX = String .format ("/%s" , GRID_RESOURCE );
36
36
37
37
public static Routable getGridUi () {
38
38
Routable ui ;
You can’t perform that action at this time.
0 commit comments