private static void closeTransaction()

in generators/ReliableStatefulService/templates/class/Service.java [67:73]


    private static void closeTransaction(Transaction tx) {
        try {
            tx.close();
        } catch (Exception e) {
            logger.log(Level.SEVERE, "Exception in closing transaction", e);
        }
    }