refactor: removed unnecessary comments

This commit is contained in:
손창현
2022-07-02 02:41:17 +09:00
parent 8d3f1b7208
commit f4e32dc84c

View File

@@ -32,8 +32,4 @@ public class MovieTime extends AbstractEntity {
@NotNull @NotNull
private LocalDateTime endAt; private LocalDateTime endAt;
// public MovieTimeDto toDto() {
// return new MovieTimeDto(this.getId(), this.round, this.theater.getTheaterNumber(), this.startAt, this.endAt);
// }
} }