Changeset a073dad for src/main/java/com/example/moviezone/model
- Timestamp:
- 02/04/23 21:24:27 (22 months ago)
- Branches:
- master
- Children:
- 448bd84
- Parents:
- 693f587
- Location:
- src/main/java/com/example/moviezone/model
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/model/Event.java
r693f587 ra073dad 33 33 this.start_date = start_date; 34 34 } 35 36 public Event() { 37 38 } 35 39 } -
src/main/java/com/example/moviezone/model/Film.java
r693f587 ra073dad 42 42 this.end_date = end_date; 43 43 } 44 45 public Film() { 46 47 } 44 48 }
Note:
See TracChangeset
for help on using the changeset viewer.