We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a139e commit 24f9b1dCopy full SHA for 24f9b1d
spring-websocket/src/main/java/org/springframework/web/socket/sockjs/support/AbstractSockJsService.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2020 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@
22
import java.util.Arrays;
23
import java.util.Collection;
24
import java.util.Collections;
25
-import java.util.Date;
26
import java.util.LinkedHashSet;
27
import java.util.List;
28
import java.util.Random;
0 commit comments