Repository: tomee
Updated Branches:
  refs/heads/master d41352f76 -> 5b295078f


PMD


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

Branch: refs/heads/master
Commit: 5b295078f31cd9e4160aca54c2aa5d54751a2f92
Parents: d41352f
Author: Jonathan Gallimore <[email protected]>
Authored: Wed Oct 10 16:41:12 2018 +0100
Committer: Jonathan Gallimore <[email protected]>
Committed: Wed Oct 10 16:43:08 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/5b295078/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/5b295078/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