Fix Sonar Issue

This commit is contained in:
Gary Russell
2021-04-05 12:10:24 -04:00
parent 0fd1a3845b
commit 294c220a03

View File

@@ -338,7 +338,7 @@ public class KafkaAdmin extends KafkaResourceFactory
*/
public static class NewTopics {
final Collection<NewTopic> newTopics = new ArrayList<>();
private final Collection<NewTopic> newTopics = new ArrayList<>();
/**
* Construct an instance with the {@link NewTopic}s.