Skip to content

Commit 695e6ac

Browse files
eclipse-pde-botlaeubi
authored andcommitted
Perform clean code of apitools/org.eclipse.pde.api.tools
1 parent ab21b80 commit 695e6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/ApiAnnotationsClasspathContributor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ApiAnnotationsClasspathContributor implements IClasspathContributor
4646

4747
private static final Collection<String> API_TOOLS_ANNOTATIONS = List.of("org.eclipse.pde.api.tools.annotations"); //$NON-NLS-1$
4848

49-
private ConcurrentMap<String, Collection<IClasspathEntry>> entryMap = new ConcurrentHashMap<>();
49+
private final ConcurrentMap<String, Collection<IClasspathEntry>> entryMap = new ConcurrentHashMap<>();
5050

5151
@Override
5252
public List<IClasspathEntry> getInitialEntries(BundleDescription project) {

0 commit comments

Comments
 (0)