Repository: logging-log4j2 Updated Branches: refs/heads/master 3d925064e -> 4c6d636b6
Fix typo. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/62ce9328 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/62ce9328 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/62ce9328 Branch: refs/heads/master Commit: 62ce9328c8fb7c4f776b0d3bd1a2ffc631236add Parents: cd3f2b2 Author: Gary Gregory <[email protected]> Authored: Sun Jun 14 10:30:48 2015 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun Jun 14 10:30:48 2015 -0700 ---------------------------------------------------------------------- .../src/main/java/liquibase/ext/logging/log4j2/Log4j2Logger.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/62ce9328/log4j-liquibase/src/main/java/liquibase/ext/logging/log4j2/Log4j2Logger.java ---------------------------------------------------------------------- diff --git a/log4j-liquibase/src/main/java/liquibase/ext/logging/log4j2/Log4j2Logger.java b/log4j-liquibase/src/main/java/liquibase/ext/logging/log4j2/Log4j2Logger.java index 96dd02c..27b2f1f 100644 --- a/log4j-liquibase/src/main/java/liquibase/ext/logging/log4j2/Log4j2Logger.java +++ b/log4j-liquibase/src/main/java/liquibase/ext/logging/log4j2/Log4j2Logger.java @@ -23,7 +23,7 @@ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.spi.ExtendedLogger; /** - * Logs Liquidbase messages to Log4j 2.x. + * Logs Liquibase messages to Log4j 2.x. * <p> * This class must be in the {@code liquibase} package in order for the Liquibase plugin discovery mechanism to work. * </p>
