Skip to content

Commit

Permalink
chore: clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingPufferFish committed Oct 25, 2024
1 parent 34894d6 commit 78da922
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/main/java/org/acme/domain/Unit.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class Unit extends PanacheEntity {
@PlanningVariable
public LocalTime startTime;

// TODO: change unit to be the owner, rather than the student being owner
@Transient
@JsonIgnoreProperties("units")
@ManyToMany(mappedBy = "units", fetch = FetchType.LAZY, cascade = CascadeType.ALL)
Expand Down

0 comments on commit 78da922

Please sign in to comment.