Skip to content

Commit

Permalink
Fix typo in import control (#9500)
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Valeri <[email protected]>
  • Loading branch information
fvaleri authored Jan 4, 2024
1 parent bfa2e36 commit 328d604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .checkstyle/import-control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ We also control imports only in production classes and not in tests. This is con
<allow pkg="io.strimzi.api.annotations" />
<allow pkg="io.strimzi.api.kafka" />
<allow class="io.strimzi.api.ResourceLabels" />
<allow class="io.strimzi.api.ResourceAnotations" />
<allow pkg="io.strimzi.certs" />
<allow pkg="io.strimzi.operator.common.model" />
<allow class="io.strimzi.operator.common.Reconciliation" />
Expand Down

0 comments on commit 328d604

Please sign in to comment.