Repository: tomee
Updated Branches:
  refs/heads/tomee-7.0.x df2707f6c -> 6f8d5dde9


PMD


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6f8d5dde
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/6f8d5dde
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/6f8d5dde

Branch: refs/heads/tomee-7.0.x
Commit: 6f8d5dde90c899e67d9c6d7ec36a0a885dae12a2
Parents: df2707f
Author: Jonathan Gallimore <[email protected]>
Authored: Wed Oct 10 16:41:12 2018 +0100
Committer: Jonathan Gallimore <[email protected]>
Committed: Wed Oct 10 16:41:59 2018 +0100

----------------------------------------------------------------------
 .../java/org/apache/openejb/resource/AutoConnectionTracker.java    | 2 +-
 .../apache/openejb/resource/GeronimoConnectionManagerFactory.java  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/6f8d5dde/container/openejb-core/src/main/java/org/apache/openejb/resource/AutoConnectionTracker.java
----------------------------------------------------------------------
diff --git 
a/container/openejb-core/src/main/java/org/apache/openejb/resource/AutoConnectionTracker.java
 
b/container/openejb-core/src/main/java/org/apache/openejb/resource/AutoConnectionTracker.java
index d36a0b4..cd78a93 100644
--- 
a/container/openejb-core/src/main/java/org/apache/openejb/resource/AutoConnectionTracker.java
+++ 
b/container/openejb-core/src/main/java/org/apache/openejb/resource/AutoConnectionTracker.java
@@ -64,7 +64,7 @@ public class AutoConnectionTracker implements 
ConnectionTracker {
 
     private final boolean cleanupLeakedConnections;
 
-    public AutoConnectionTracker(boolean cleanupLeakedConnections) {
+    public AutoConnectionTracker(final boolean cleanupLeakedConnections) {
         this.cleanupLeakedConnections = cleanupLeakedConnections;
         registry = 
SystemInstance.get().getComponent(TransactionSynchronizationRegistry.class);
         txMgr = SystemInstance.get().getComponent(TransactionManager.class);

http://git-wip-us.apache.org/repos/asf/tomee/blob/6f8d5dde/container/openejb-core/src/main/java/org/apache/openejb/resource/GeronimoConnectionManagerFactory.java
----------------------------------------------------------------------
diff --git 
a/container/openejb-core/src/main/java/org/apache/openejb/resource/GeronimoConnectionManagerFactory.java
 
b/container/openejb-core/src/main/java/org/apache/openejb/resource/GeronimoConnectionManagerFactory.java
index 34c3fa3..48a937e 100644
--- 
a/container/openejb-core/src/main/java/org/apache/openejb/resource/GeronimoConnectionManagerFactory.java
+++ 
b/container/openejb-core/src/main/java/org/apache/openejb/resource/GeronimoConnectionManagerFactory.java
@@ -234,7 +234,7 @@ public class GeronimoConnectionManagerFactory {
         return cleanupLeakedConnections;
     }
 
-    public void setCleanupLeakedConnections(boolean cleanupLeakedConnections) {
+    public void setCleanupLeakedConnections(final boolean 
cleanupLeakedConnections) {
         this.cleanupLeakedConnections = cleanupLeakedConnections;
     }
 

Reply via email to