We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066f879 commit 8c06addCopy full SHA for 8c06add
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ProjectSubscribeBuildService.java
@@ -31,7 +31,7 @@ public abstract class ProjectSubscribeBuildService implements BuildService<Build
31
* The values are LinkedHashSet to preserve the order of registration mostly to provide a predicatable order
32
* when running consecutive builds.
33
* */
34
- private Map<String, Collection<String>> versionsByTopic = new HashMap<>();
+ private final Map<String, Collection<String>> versionsByTopic = new HashMap<>();
35
36
@Inject
37
public ProjectSubscribeBuildService(ProviderFactory providerFactory) {
0 commit comments