Repository: logging-log4j2 Updated Branches: refs/heads/master 933a1e1fd -> 693c9b3f7
fix typo Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/693c9b3f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/693c9b3f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/693c9b3f Branch: refs/heads/master Commit: 693c9b3f7108c8e6c56e3c0f2a6bedae1a7eba2c Parents: 933a1e1 Author: rpopma <[email protected]> Authored: Sun Feb 5 20:12:34 2017 +0900 Committer: rpopma <[email protected]> Committed: Sun Feb 5 20:12:34 2017 +0900 ---------------------------------------------------------------------- .../org/apache/logging/log4j/core/async/AsyncQueueFullPolicy.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/693c9b3f/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncQueueFullPolicy.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncQueueFullPolicy.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncQueueFullPolicy.java index f3406fb..196d52d 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncQueueFullPolicy.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/async/AsyncQueueFullPolicy.java @@ -38,7 +38,7 @@ import org.apache.logging.log4j.Level; * by older log events taken from the queue.</li> * <li>Discard the event. Log4j offers a variation of this policy where log events that are more verbose than * a certain threshold are discarded, and other events are sent to the underlying appenders. - * See {@link DiscardingAsyncQueueFullPolicy} for defaults.</li> + * See {@link DiscardingAsyncQueueFullPolicy} for details.</li> * </ul> * <p> * See {@link AsyncQueueFullPolicyFactory} for how to install a custom policy.
