Repository: logging-log4j2
Updated Branches:
  refs/heads/master de966c2e7 -> 99871ce86


Fix for Javadoc 8.

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

Branch: refs/heads/master
Commit: 99871ce86741bd706f4a2f651827ce48c355569b
Parents: de966c2
Author: Gary Gregory <[email protected]>
Authored: Sun Sep 28 23:45:11 2014 -0400
Committer: Gary Gregory <[email protected]>
Committed: Sun Sep 28 23:45:11 2014 -0400

----------------------------------------------------------------------
 .../apache/logging/log4j/nosql/appender/NoSqlProvider.java   | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/99871ce8/log4j-nosql/src/main/java/org/apache/logging/log4j/nosql/appender/NoSqlProvider.java
----------------------------------------------------------------------
diff --git 
a/log4j-nosql/src/main/java/org/apache/logging/log4j/nosql/appender/NoSqlProvider.java
 
b/log4j-nosql/src/main/java/org/apache/logging/log4j/nosql/appender/NoSqlProvider.java
index 344cd7e..75692bd 100644
--- 
a/log4j-nosql/src/main/java/org/apache/logging/log4j/nosql/appender/NoSqlProvider.java
+++ 
b/log4j-nosql/src/main/java/org/apache/logging/log4j/nosql/appender/NoSqlProvider.java
@@ -23,14 +23,16 @@ package org.apache.logging.log4j.nosql.appender;
  * @param <C> Specifies which implementation of {@link NoSqlConnection} this 
provider provides.
  */
 public interface NoSqlProvider<C extends NoSqlConnection<?, ? extends 
NoSqlObject<?>>> {
+    
     /**
      * Obtains a connection from this provider. The concept of a connection in 
this case is not strictly an active
      * duplex UDP or TCP connection to the underlying database. It can be 
thought of more as a gateway, a path for
-     * inserting objects that may use a persistent connection or may use HTTP 
web service calls, etc.<br />
-     * <br />
+     * inserting objects that may use a persistent connection or may use HTTP 
web service calls, etc.
+     * <p>
      * Where applicable, this method should return a connection from the 
connection pool as opposed to opening a
      * brand new connection every time.
-     *
+     * </p>
+     * 
      * @return a connection that can be used to create and persist objects to 
this database.
      * @see NoSqlConnection
      */

Reply via email to