Repository: logging-log4j2 Updated Branches: refs/heads/master 1497a571d -> 7dfda3584
Add missing Javadoc @parms. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7dfda358 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7dfda358 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7dfda358 Branch: refs/heads/master Commit: 7dfda3584dd9241a7d4f740abe1498d5403549a6 Parents: 1497a57 Author: ggregory <[email protected]> Authored: Thu Oct 29 15:55:55 2015 -0700 Committer: ggregory <[email protected]> Committed: Thu Oct 29 15:55:55 2015 -0700 ---------------------------------------------------------------------- .../java/org/apache/logging/log4j/core/config/Configuration.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7dfda358/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java index 4a18d78..1a817f4 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/config/Configuration.java @@ -57,6 +57,7 @@ public interface Configuration extends Filterable { /** * Returns the Appender with the specified name. * + * @param <T> The expected Appender type. * @param name The name of the Appender. * @return the Appender with the specified name or null if the Appender cannot be located. */
