You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/06 16:22:10 UTC

commons-dbutils git commit: Add missing '@Override' annotations.

Repository: commons-dbutils
Updated Branches:
  refs/heads/master 84869ad01 -> 4f1c5824a


Add missing '@Override' annotations.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/4f1c5824
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/4f1c5824
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/4f1c5824

Branch: refs/heads/master
Commit: 4f1c5824aa545a29798081fadcbcf37ebad929ac
Parents: 84869ad
Author: Gary Gregory <ga...@gmail.com>
Authored: Sun May 6 10:22:07 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sun May 6 10:22:07 2018 -0600

----------------------------------------------------------------------
 src/main/java/org/apache/commons/dbutils/DbUtils.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/4f1c5824/src/main/java/org/apache/commons/dbutils/DbUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/dbutils/DbUtils.java b/src/main/java/org/apache/commons/dbutils/DbUtils.java
index fc61af3..99d2c88 100644
--- a/src/main/java/org/apache/commons/dbutils/DbUtils.java
+++ b/src/main/java/org/apache/commons/dbutils/DbUtils.java
@@ -406,6 +406,7 @@ public final class DbUtils {
         /**
          * Java 1.7 method.
          */
+        @Override
         public Logger getParentLogger() throws SQLFeatureNotSupportedException {
             if (parentLoggerSupported) {
                 try {