Skip to content

Commit 24f9b1d

Browse files
committed
Delete unused import
1 parent e4a139e commit 24f9b1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/AbstractSockJsService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
2222
import java.util.Arrays;
2323
import java.util.Collection;
2424
import java.util.Collections;
25-
import java.util.Date;
2625
import java.util.LinkedHashSet;
2726
import java.util.List;
2827
import java.util.Random;

0 commit comments

Comments
 (0)