code cleanup, removing commented code

This commit is contained in:
Michael Hoennig 2024-01-06 18:23:13 +01:00
parent 0a996a9a8f
commit 96ef490207

View File

@ -59,9 +59,6 @@ public class HsOfficeBankAccountController implements HsOfficeBankAccountsApi {
final var saved = bankAccountRepo.save(entityToSave);
// em.persist(entityToSave);
// final var saved = entityToSave;
// em.flush();
final var uri =
MvcUriComponentsBuilder.fromController(getClass())