Repository: logging-log4j2 Updated Branches: refs/heads/master b3cc003d5 -> 1f7ef58e1
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/1f7ef58e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1f7ef58e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1f7ef58e Branch: refs/heads/master Commit: 1f7ef58e11f286f3419c1813efb563880eab3bb7 Parents: b3cc003 Author: Gary Gregory <[email protected]> Authored: Sun Sep 28 20:59:46 2014 -0400 Committer: Gary Gregory <[email protected]> Committed: Sun Sep 28 20:59:46 2014 -0400 ---------------------------------------------------------------------- .../log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1f7ef58e/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.java ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.java b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.java index 016898d..9a84eee 100644 --- a/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.java +++ b/log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jpa/AbstractLogEventWrapperEntity.java @@ -51,7 +51,7 @@ import org.apache.logging.log4j.message.Message; * Many of the return types of {@link LogEvent} methods (e.g., {@link StackTraceElement}, {@link Message}, * {@link Marker}, {@link Throwable}, * {@link org.apache.logging.log4j.ThreadContext.ContextStack ThreadContext.ContextStack}, and - * {@link Map Map<String, String>}) will not be recognized by the JPA provider. In conjunction with + * {@link Map Map<String, String>}) will not be recognized by the JPA provider. In conjunction with * {@link javax.persistence.Convert @Convert}, you can use the converters in the * {@link org.apache.logging.log4j.core.appender.db.jpa.converter} package to convert these types to database columns. * If you want to retrieve log events from the database, you can create a true POJO entity and also use these
