Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-1395 7a06cd98e -> 10dbe3029
Fix FQCN for Clock in async manual Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3ccc6531 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3ccc6531 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3ccc6531 Branch: refs/heads/LOG4J2-1395 Commit: 3ccc6531ede2266bffb2f33da3793527f10aed31 Parents: 0cf1df0 Author: Matt Sicker <[email protected]> Authored: Mon Jun 13 16:00:04 2016 -0500 Committer: Matt Sicker <[email protected]> Committed: Mon Jun 13 16:00:04 2016 -0500 ---------------------------------------------------------------------- src/site/xdoc/manual/async.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3ccc6531/src/site/xdoc/manual/async.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/async.xml b/src/site/xdoc/manual/async.xml index 1db0a5a..1f1a15d 100644 --- a/src/site/xdoc/manual/async.xml +++ b/src/site/xdoc/manual/async.xml @@ -266,7 +266,7 @@ </td> <td> <p> - Implementation of the <tt>org.apache.logging.log4j.core.helpers.Clock</tt> + Implementation of the <tt>org.apache.logging.log4j.core.util.Clock</tt> interface that is used for timestamping the log events when all loggers are asynchronous. <br /> By default, <tt>System.currentTimeMillis</tt> is called on every log event. @@ -826,4 +826,4 @@ </subsection> </section> </body> -</document> \ No newline at end of file +</document>
