Skip to content

Commit b0ee2e1

Browse files
removed unused names
1 parent dfacb17 commit b0ee2e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/io/openliberty/tools/intellij/lsp4jakarta/lsp4ij/websocket/WebSocketConstants.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,9 @@ public class WebSocketConstants {
8888
// For OnOpen annotation
8989
public static final Set<String> ON_OPEN_PARAM_OPT_TYPES = new HashSet<>(
9090
Arrays.asList("jakarta.websocket.EndpointConfig", SESSION_CLASS));
91-
public static final Set<String> RAW_ON_OPEN_PARAM_OPT_TYPES = new HashSet<>(
92-
Arrays.asList("EndpointConfig", "Session"));
9391

9492
public static final Set<String> ON_CLOSE_PARAM_OPT_TYPES = new HashSet<>(
9593
Arrays.asList("jakarta.websocket.CloseReason", SESSION_CLASS));
96-
public static final Set<String> RAW_ON_CLOSE_PARAM_OPT_TYPES = new HashSet<>(
97-
Arrays.asList("CloseReason", "Session"));
9894

9995
public static final Set<String> RAW_WRAPPER_OBJS = new HashSet<>(
10096
Arrays.asList(STRING_CLASS_LONG, BOOLEAN, INTEGER, LONG, DOUBLE, FLOAT ));

0 commit comments

Comments
 (0)