Add implements AutoCloseable, so we could use in a try-with-resources

This commit is contained in:
2024-08-01 15:02:38 -05:00
parent 3bcc0a17bc
commit 5aed59b9b1

View File

@ -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
{ {
/******************************************************************************* /*******************************************************************************