Skip to content

Commit c4690b3

Browse files
Removed unused unqualified names from WebSocketConstants
1 parent 7c8b0de commit c4690b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)