Skip to content

Commit 9eb2270

Browse files
authored
Merge pull request #1042 from mrglavas/1029#remove-unused-constants
DependencyInjectionConstants: Remove unused constants for unqualified class names.
2 parents dd24ce8 + baaa7ec commit 9eb2270

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/main/java/io/openliberty/tools/intellij/lsp4jakarta/lsp4ij/di/DependencyInjectionConstants.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2021, 2022 IBM Corporation.
2+
* Copyright (c) 2021, 2024 IBM Corporation.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
@@ -15,15 +15,8 @@
1515

1616
public class DependencyInjectionConstants {
1717

18-
1918
/* Annotation Constants */
20-
21-
public static final String PRODUCES = "Produces";
22-
public static final String INJECT = "Inject";
2319
public static final String INJECT_FQ_NAME = "jakarta.inject.Inject";
24-
public static final String QUALIFIER = "Qualifier";
25-
public static final String NAMED = "Named";
26-
2720

2821
/* Diagnostics fields constants */
2922
public static final String DIAGNOSTIC_SOURCE = "jakarta-di";

0 commit comments

Comments
 (0)