You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2013/08/14 23:00:57 UTC

svn commit: r1514047 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml

Author: ggregory
Date: Wed Aug 14 21:00:57 2013
New Revision: 1514047

URL: http://svn.apache.org/r1514047
Log:
[LOG4J2-353] Use consistent conventions in configuration files: Use CamelCase for XML elements.

Modified:
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml?rev=1514047&r1=1514046&r2=1514047&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/appenders.xml Wed Aug 14 21:00:57 2013
@@ -1653,7 +1653,7 @@ public class JpaLogEntity extends Abstra
                 buffer reaches this size.</td>
             </tr>
             <tr>
-              <td>noSqlProvider</td>
+              <td>NoSqlProvider</td>
               <td>NoSQLProvider&lt;C extends NoSQLConnection&lt;W, T extends NoSQLObject&lt;W&gt;&gt;&gt;</td>
               <td><em>Required.</em> The NoSQL provider that provides connections to the chosen NoSQL database.</td>
             </tr>