Repository: logging-log4j2 Updated Branches: refs/heads/master 9eb14d414 -> 9c099b251
Javadoc. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/9c099b25 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/9c099b25 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/9c099b25 Branch: refs/heads/master Commit: 9c099b25169f77a0f217c939b1eedbc413553fae Parents: 9eb14d4 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Sat Feb 10 11:49:04 2018 -0700 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Sat Feb 10 11:49:04 2018 -0700 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/core/lookup/Interpolator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/9c099b25/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java index 122515c..e09cd9e 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/Interpolator.java @@ -32,7 +32,7 @@ import org.apache.logging.log4j.status.StatusLogger; import org.apache.logging.log4j.util.Constants; /** - * Proxies all the other {@link StrLookup}s. + * Proxies other {@link StrLookup}s using a keys within ${} markers. */ public class Interpolator extends AbstractConfigurationAwareLookup {