Skip to content

Commit 5f0997f

Browse files
eclipse-pde-botakurtakov
authored andcommitted
Perform clean code of e4tools/bundles/org.eclipse.e4.tools.emf.ui
1 parent 9e44ce3 commit 5f0997f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e4tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/resourcelocator/TargetPlatformContributionCollector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public abstract class TargetPlatformContributionCollector extends ClassContribut
9191
HashSet<String> cacheBundleId = new HashSet<>();
9292
HashSet<String> cachePackage = new HashSet<>();
9393
HashSet<String> cacheLocation = new HashSet<>();
94-
private Pattern patternFile;
94+
private final Pattern patternFile;
9595
protected String cacheName;
9696
protected boolean stopFiltering;
9797

0 commit comments

Comments
 (0)