From e015c9afffc3ff234c28e5177c3764997e26b25b Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 30 Oct 2021 17:43:59 +0200 Subject: [PATCH] Add todos --- src/main/java/it/cavallium/dbengine/database/LLUtils.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/it/cavallium/dbengine/database/LLUtils.java b/src/main/java/it/cavallium/dbengine/database/LLUtils.java index a749146..1400d86 100644 --- a/src/main/java/it/cavallium/dbengine/database/LLUtils.java +++ b/src/main/java/it/cavallium/dbengine/database/LLUtils.java @@ -456,6 +456,7 @@ public class LLUtils { } } + // todo: remove this ugly method /** * cleanup resource * @param cleanupOnSuccess if true the resource will be cleaned up if the function is successful @@ -473,6 +474,7 @@ public class LLUtils { .doOnDiscard(Send.class, send -> send.close()); } + // todo: remove this ugly method /** * cleanup resource * @param cleanupOnSuccess if true the resource will be cleaned up if the function is successful @@ -491,6 +493,7 @@ public class LLUtils { .doOnDiscard(Send.class, send -> send.close()); } + // todo: remove this ugly method /** * cleanup resource * @param cleanupOnSuccess if true the resource will be cleaned up if the function is successful @@ -510,6 +513,7 @@ public class LLUtils { .doOnDiscard(Send.class, send -> send.close()); } + // todo: remove this ugly method /** * cleanup resource * @param cleanupOnSuccess if true the resource will be cleaned up if the function is successful @@ -528,6 +532,7 @@ public class LLUtils { .doOnDiscard(Send.class, send -> send.close()); } + // todo: remove this ugly method /** * cleanup resource * @param cleanupOnSuccess if true the resource will be cleaned up if the function is successful