Commit ec5d009a5a1159fef7ed2dfefd16c8159717a647
1 parent
68841d92
Exists in
master
Método getDelegate passou a ser privado
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
impl/extension/jdbc/src/main/java/br/gov/frameworkdemoiselle/transaction/JDBCTransaction.java
@@ -79,7 +79,7 @@ public class JDBCTransaction implements Transaction { | @@ -79,7 +79,7 @@ public class JDBCTransaction implements Transaction { | ||
79 | return producer; | 79 | return producer; |
80 | } | 80 | } |
81 | 81 | ||
82 | - public Collection<Connection> getDelegate() { | 82 | + private Collection<Connection> getDelegate() { |
83 | return getProducer().getCache().values(); | 83 | return getProducer().getCache().values(); |
84 | } | 84 | } |
85 | 85 |