File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/io/openliberty/tools/intellij/lsp4jakarta/lsp4ij/websocket Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1- /** Copyright (c) 2022, 2023 IBM Corporation and others.
1+ /** Copyright (c) 2022, 2024 IBM Corporation and others.
22 *
33 * This program and the accompanying materials are made available under the
44 * terms of the Eclipse Public License v. 2.0 which is available at
@@ -58,7 +58,6 @@ public class WebSocketConstants {
5858 public static final String CLIENT_ENDPOINT_ANNOTATION = "jakarta.websocket.ClientEndpoint" ;
5959
6060 // Superclass
61- public static final String ENDPOINT_SUPERCLASS = "Endpoint" ;
6261 public static final String FQ_ENDPOINT_SUPERCLASS = "jakarta.websocket.Endpoint" ;
6362 public static final String IS_SUPERCLASS = "isSuperclass" ;
6463
You can’t perform that action at this time.
0 commit comments