Skip to content

Commit

Permalink
Changed access modifier as package private for testing (#9698)
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno authored Feb 16, 2024
1 parent 901c2bb commit 708eeb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ protected Future<Void> addListenersToKafkaStatus(KafkaStatus kafkaStatus) {
}

// Adds Kafka version to the Kafka Status instance
protected Future<Void> updateKafkaVersion(KafkaStatus kafkaStatus) {
/* test */ Future<Void> updateKafkaVersion(KafkaStatus kafkaStatus) {
kafkaStatus.setKafkaVersion(kafka.getKafkaVersion().version());
return Future.succeededFuture();
}
Expand Down

0 comments on commit 708eeb2

Please sign in to comment.