Repository: logging-log4j2
Updated Branches:
  refs/heads/master b225685f3 -> 52e769f8a


LOG4J2-1434 added missing closing </td> tag


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/52e769f8
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/52e769f8
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/52e769f8

Branch: refs/heads/master
Commit: 52e769f8a52d9a94330a5bf6c54e01bb28ef6ae1
Parents: b225685
Author: rpopma <rpo...@apache.org>
Authored: Sun Jun 19 13:23:06 2016 +0900
Committer: rpopma <rpo...@apache.org>
Committed: Sun Jun 19 13:23:06 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/configuration.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/52e769f8/src/site/xdoc/manual/configuration.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/configuration.xml.vm 
b/src/site/xdoc/manual/configuration.xml.vm
index 65843e3..ac386ed 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -1989,7 +1989,7 @@ public class AwesomeTest {
     <td><a name="log4j.layoutStringBuilder.maxSize" 
/>log4j.layoutStringBuilder.maxSize</td>
     <td>2048</td>
     <td>This property determines the maximum size of the thread-local reusable 
StringBuilders
-     used to format the log event to text by Layouts that extend 
AbstractStringLayout.
+     used to format the log event to text by Layouts that extend 
AbstractStringLayout.</td>
   </tr>
   <tr>
     <td><a name="log4j.unbox.ringbuffer.size" 
/>log4j.unbox.ringbuffer.size</td>

Reply via email to