Skip to content

Commit

Permalink
Fixed withCloseable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dixitdeepak committed Nov 20, 2023
1 parent f61cbb3 commit 4d33ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/service/org/moqui/impl/EntitySyncServices.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
})
}
}
Expand Down

0 comments on commit 4d33ff7

Please sign in to comment.