MINOR: Fix incorrect comment in TopicDeletionManager.scala. (#14292)

Fix incorrect comment in TopicDeletionManager.scala

Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
Tang Yunzi 2023-08-28 11:13:47 +08:00 committed by GitHub
parent ff3e6842ff
commit 3643039a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class TopicDeletionManager(config: KafkaConfig,
* Topic deletion can be retried if -
* 1. Topic deletion is not already complete
* 2. Topic deletion is currently not in progress for that topic
* 3. Topic is currently marked ineligible for deletion
* 3. Topic is currently not marked ineligible for deletion
* @param topic Topic
* @return Whether or not deletion can be retried for the topic
*/