Skip to content

Commit

Permalink
fix bug in Facility
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric-Boucher committed Nov 1, 2024
1 parent 8fd670f commit db93622
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class Facility {
public Facility(String name, LatLng location) {
this.name = name;
this.location = location;
this.events = new ArrayList<Event>();
// TODO update database
}

Expand Down

0 comments on commit db93622

Please sign in to comment.