You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2021/01/03 13:39:19 UTC

[plc4x] 02/04: Finished Integration.

This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch feature/integrate-pool2
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit b407d5fca98fbf0687847fbf2c0f206231448293
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Sun Jan 3 14:37:27 2021 +0100

    Finished Integration.
---
 .../org/apache/plc4x/java/utils/connectionpool/CachedDriverManager.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4j/tools/connection-pool/src/main/java/org/apache/plc4x/java/utils/connectionpool/CachedDriverManager.java b/plc4j/tools/connection-pool/src/main/java/org/apache/plc4x/java/utils/connectionpool/CachedDriverManager.java
index d15df86..e1acad9 100644
--- a/plc4j/tools/connection-pool/src/main/java/org/apache/plc4x/java/utils/connectionpool/CachedDriverManager.java
+++ b/plc4j/tools/connection-pool/src/main/java/org/apache/plc4x/java/utils/connectionpool/CachedDriverManager.java
@@ -26,6 +26,7 @@ import java.util.concurrent.atomic.AtomicReference;
  * </code>
  * Now you can use "cached" everywhere you need the corresponding connection.
  *
+ *
  * @author julian
  * Created by julian on 24.02.20
  */