mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Add implements AutoCloseable, so we could use in a try-with-resources
This commit is contained in:
@ -37,7 +37,7 @@ import com.kingsrook.qqq.backend.core.modules.backend.QBackendModuleInterface;
|
|||||||
**
|
**
|
||||||
** Note: One would imagine that this class shouldn't ever implement Serializable...
|
** Note: One would imagine that this class shouldn't ever implement Serializable...
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
public class QBackendTransaction
|
public class QBackendTransaction implements AutoCloseable
|
||||||
{
|
{
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
Reference in New Issue
Block a user