Repository: deltaspike Updated Branches: refs/heads/master 2a9c1a476 -> 5895eb73b
DELTASPIKE-973 Fixed method name in Configuration doc Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/5895eb73 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/5895eb73 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/5895eb73 Branch: refs/heads/master Commit: 5895eb73b5fc295d88912aed30907f1f4eb9c5f0 Parents: 2a9c1a4 Author: Harald Wellmann <[email protected]> Authored: Mon Aug 3 23:27:38 2015 +0200 Committer: Harald Wellmann <[email protected]> Committed: Mon Aug 3 23:27:38 2015 +0200 ---------------------------------------------------------------------- documentation/src/main/asciidoc/configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/5895eb73/documentation/src/main/asciidoc/configuration.adoc ---------------------------------------------------------------------- diff --git a/documentation/src/main/asciidoc/configuration.adoc b/documentation/src/main/asciidoc/configuration.adoc index dd75ae7..4b7f345 100644 --- a/documentation/src/main/asciidoc/configuration.adoc +++ b/documentation/src/main/asciidoc/configuration.adoc @@ -102,7 +102,7 @@ following lookup chain until we found a configured value. ==== getPropertyAwarePropertyValue() The method -`ConfigResolver#getProjectStageAwarePropertyValue(String key, String property)` +`ConfigResolver#getPropertyAwarePropertyValue(String key, String property)` first looks up the configured value of the given property and uses this value to determine the final lookup path. All those lookups take the <<projectstage.adoc#,DeltaSpike ProjectStage>> mechanism into account.
