Skip to content

Commit ac495f9

Browse files
authored
MINOR: Clean Javadoc for BrokerReconfigurable interface (#20593)
Reviewers: Mickael Maison <[email protected]>, TengYao Chi <[email protected]>
1 parent 527467d commit ac495f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server-common/src/main/java/org/apache/kafka/config/BrokerReconfigurable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
* <li>Validating the new configuration before applying it via {@link #validateReconfiguration(AbstractConfig)}</li>
3333
* <li>Applying the new configuration via {@link #reconfigure(AbstractConfig, AbstractConfig)}</li>
3434
* </ol>
35-
* <strong>Note: Since Kafka is eliminating Scala, developers should implement this interface instead of {@link kafka.server.BrokerReconfigurable}</strong>
3635
*/
3736
public interface BrokerReconfigurable {
3837
/**

0 commit comments

Comments
 (0)