Repository: logging-log4j2 Updated Branches: refs/heads/master 038916a2f -> 141afbc78
Format nit. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/141afbc7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/141afbc7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/141afbc7 Branch: refs/heads/master Commit: 141afbc78c1bf6d51ebce39e478a8ff9667c172a Parents: 038916a Author: Gary Gregory <[email protected]> Authored: Sat Oct 13 15:03:36 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sat Oct 13 15:03:36 2018 -0600 ---------------------------------------------------------------------- .../org/apache/logging/log4j/jdbc/appender/ConnectionSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/141afbc7/log4j-jdbc/src/main/java/org/apache/logging/log4j/jdbc/appender/ConnectionSource.java ---------------------------------------------------------------------- diff --git a/log4j-jdbc/src/main/java/org/apache/logging/log4j/jdbc/appender/ConnectionSource.java b/log4j-jdbc/src/main/java/org/apache/logging/log4j/jdbc/appender/ConnectionSource.java index 6c05896..bb9becf 100644 --- a/log4j-jdbc/src/main/java/org/apache/logging/log4j/jdbc/appender/ConnectionSource.java +++ b/log4j-jdbc/src/main/java/org/apache/logging/log4j/jdbc/appender/ConnectionSource.java @@ -25,7 +25,7 @@ import org.apache.logging.log4j.core.LifeCycle; * Configuration element for {@link JdbcAppender}. If you want to use the {@link JdbcAppender} but none of the provided * connection sources meet your needs, you can simply create your own connection source. */ -public interface ConnectionSource extends LifeCycle{ +public interface ConnectionSource extends LifeCycle { /** * This should return a new connection every time it is called.
