Repository: logging-log4j2 Updated Branches: refs/heads/master 334667c7a -> 5c6d9bbfe
LOG4J2-2056 fixed typos Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/5c6d9bbf Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/5c6d9bbf Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/5c6d9bbf Branch: refs/heads/master Commit: 5c6d9bbfebe1d5a787b44a4079f83c5906b341c3 Parents: 334667c Author: rpopma <[email protected]> Authored: Sun Oct 15 22:40:34 2017 +0900 Committer: rpopma <[email protected]> Committed: Sun Oct 15 22:40:34 2017 +0900 ---------------------------------------------------------------------- src/site/xdoc/runtime-dependencies.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5c6d9bbf/src/site/xdoc/runtime-dependencies.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/runtime-dependencies.xml b/src/site/xdoc/runtime-dependencies.xml index 3255c6b..cdcea86 100644 --- a/src/site/xdoc/runtime-dependencies.xml +++ b/src/site/xdoc/runtime-dependencies.xml @@ -154,8 +154,8 @@ </table> </p> <p> - As of version 2.9.1 Log4j supports Java 9 but will still in Java 7 or 8. In this version log4j-api is - packages as a multi-release jar and supports the use of the StackWalker and Process APIs. + As of version 2.9.1 Log4j supports Java 9 but will still work in Java 7 or 8. In this version log4j-api is + packaged as a multi-release jar and supports the use of the StackWalker and Process APIs. </p> <p> As of version 2.4, Log4J requires Java 7.
