Skip to content

Commit

Permalink
Update Alterar.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMarcio authored Sep 6, 2023
1 parent cb89441 commit 4fdcb2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appsConsole/Alterar.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public Alterar() {

if (pessoa.getReuniao(reuniao) != null) {
reuniao.removerPessoa(pessoa);
pessoa.removerReuniao(reuniao);
manager.store(reuniao);
manager.store(pessoa);
manager.commit();
Expand Down

0 comments on commit 4fdcb2d

Please sign in to comment.