You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: bonecp/src/main/java/com/jolbox/bonecp/BoneCP.java
-41Lines changed: 0 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,6 @@
58
58
*
59
59
*/
60
60
publicclassBoneCPimplementsSerializable {
61
-
/** Warning message. */
62
-
privatestaticfinalStringDISABLED_AUTO_COMMIT_WARNING = "Auto-commit was disabled but no commit/rollback was issued by the time this connection was closed. Performing rollback! Enable config setting detectUnresolvedTransactions for more debugging info.";
63
61
/** Warning message. */
64
62
privatestaticfinalStringTHREAD_CLOSE_CONNECTION_WARNING = "Thread close connection monitoring has been enabled. This will negatively impact on your performance. Only enable this option for debugging purposes!";
0 commit comments