Repository: logging-log4j2 Updated Branches: refs/heads/master 8ad4b2a42 -> 7fafa3cd8
Fix site doc typos from https://github.com/apache/logging-log4j2/pull/44. Closes #44. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/7fafa3cd Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/7fafa3cd Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/7fafa3cd Branch: refs/heads/master Commit: 7fafa3cd83fdaca83c3906fff140d3a8c806f375 Parents: 8ad4b2a Author: Gary Gregory <[email protected]> Authored: Tue Sep 27 12:16:27 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Tue Sep 27 12:16:27 2016 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/7fafa3cd/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 874e21a..7c114c9 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -2228,12 +2228,12 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <tr> <td>filePattern</td> <td>String</td> - <td>The pattern of the file name of the archived log file. The format of the pattern should is + <td>The pattern of the file name of the archived log file. The format of the pattern is dependent on the RolloverPolicy that is used. The DefaultRolloverPolicy will accept both a date/time pattern compatible with <a href="http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html">SimpleDateFormat</a> and/or a %i which represents an integer counter. The pattern also supports interpolation at - runtime so any of the Lookups (such as the <a href="./lookups.html#DateLookup">DateLookup</a> can + runtime so any of the Lookups (such as the <a href="./lookups.html#DateLookup">DateLookup</a>) can be included in the pattern.</td> </tr> <tr>
