refactor: removed unnecessary comments
This commit is contained in:
@@ -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);
|
|
||||||
// }
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user