Skip to content

Commit ef243d4

Browse files
committed
Refactor SockJsFrame by removing unused imports
Signed-off-by: KNU-K <[email protected]>
1 parent fb8ae80 commit ef243d4

File tree

1 file changed

+0
-3
lines changed
  • spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame

1 file changed

+0
-3
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/sockjs/frame/SockJsFrame.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@
1818

1919
import java.nio.charset.Charset;
2020
import java.nio.charset.StandardCharsets;
21-
2221
import org.jspecify.annotations.Nullable;
23-
2422
import org.springframework.util.Assert;
25-
import org.springframework.util.StringUtils;
2623

2724
/**
2825
* Represents a SockJS frame. Provides factory methods to create SockJS frames.

0 commit comments

Comments
 (0)