Skip to content

Commit

Permalink
Rename comment for better understanding
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Jun 3, 2024
1 parent 2de5897 commit 738454e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public String getModelName() {
public Alignment recreateEntity(Long id, Alignment alignment) {
System.out.println(alignment.toString());
System.out.println("*".repeat(30));
// delete entity in order to prevent duplicates in case of changed keyResultType
// delete entity in order to prevent duplicates in case of changed alignmentType
deleteById(id);
System.out.printf("reached delete entity with %d", id);
return save(alignment);
Expand Down

0 comments on commit 738454e

Please sign in to comment.