From 4d33ff797a5533b2f67d024d0dd5ebedc30d971f Mon Sep 17 00:00:00 2001 From: Deepak Dixit Date: Mon, 20 Nov 2023 10:24:31 +0530 Subject: [PATCH] Fixed withCloseable syntax --- framework/service/org/moqui/impl/EntitySyncServices.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/service/org/moqui/impl/EntitySyncServices.xml b/framework/service/org/moqui/impl/EntitySyncServices.xml index 66ac8c332..098bdf39d 100644 --- a/framework/service/org/moqui/impl/EntitySyncServices.xml +++ b/framework/service/org/moqui/impl/EntitySyncServices.xml @@ -239,7 +239,7 @@ along with this software (see the LICENSE.md file). If not, see find.iterator().withCloseable ({resultEli -> int levels = entryMap.dependents ? 2 : 0 resultEli.writeXmlText((Writer) entityWriter, null, levels) - } + }) } }