Skip to content

Commit

Permalink
Merge pull request #32740 from manofthepeace/missimImportConfigInterc…
Browse files Browse the repository at this point in the history
…eptor

Add missing static import in config interceptor doc
  • Loading branch information
gsmet authored Apr 19, 2023
2 parents 50881a0 + 6195e55 commit 4b76541
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/config-extending-support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ The `ConfigSourceInterceptorFactory` may initialize an interceptor with access t
----
package org.acme.config;
import static io.smallrye.config.SecretKeys.doLocked;
import jakarta.annotation.Priority;
import io.smallrye.config.ConfigSourceInterceptor;
Expand Down

0 comments on commit 4b76541

Please sign in to comment.