Skip to content

Commit 3d47004

Browse files
authored
fix QuotasOperator javadoc (strimzi#11372)
Signed-off-by: see-quick <maros.orsak159@gmail.com>
1 parent 3bb0b13 commit 3d47004

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

user-operator/src/main/java/io/strimzi/operator/user/operator/QuotasOperator.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,9 @@ private static KafkaUserQuotas emptyQuotas() {
200200
}
201201

202202
/**
203-
* @return Set with all usernames which have some ACLs set
203+
* Returns the set of usernames that have quota configurations stored in the cache.
204+
*
205+
* @return A CompletionStage containing a Set of usernames with quotas
204206
*/
205207
@Override
206208
public CompletionStage<Set<String>> getAllUsers() {

0 commit comments

Comments
 (0)