Skip to content

Commit

Permalink
Update core/deployment/src/main/java/io/quarkus/deployment/configurat…
Browse files Browse the repository at this point in the history
…ion/BuildTimeConfigurationReader.java

Co-authored-by: Clement Escoffier <clement.escoffier@gmail.com>
  • Loading branch information
radcortez and cescoffier authored Mar 21, 2024
1 parent d2239f8 commit 508e1a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ public Set<String> getPropertyNames() {
/**
* Use this Config instance to record the runtime default values. We cannot use the main Config
* instance because it may record values coming from local development sources (Environment Variables,
* System Properties, etc.) in build time. Local config source values may be completely different between the
* System Properties, etc.) in at build time. Local config source values may be completely different between the
* build environment and the runtime environment, so it doesn't make sense to record these.
*
* @return a new SmallRye instance without the EnvSources.
Expand Down

0 comments on commit 508e1a6

Please sign in to comment.