Skip to content

Commit 6984924

Browse files
committed
remove obsolete variable
1 parent 1680146 commit 6984924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebean-datasource/src/main/java/io/ebean/datasource/pool/PooledConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ final class PooledConnection extends ConnectionDelegator {
137137
* Slot position in the BusyConnectionBuffer.
138138
*/
139139
private int slotId;
140-
private boolean resetIsolationReadOnlyRequired;
140+
141141

142142
/**
143143
* Construct the connection that can refer back to the pool it belongs to.

0 commit comments

Comments
 (0)