Fix Sonar Issue
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user