source: src/main/java/com/example/moviezone/model/enums/GenreEnum.java

Last change on this file was 1e7126f, checked in by DenicaKj <dkorvezir@…>, 15 months ago

fix

  • Property mode set to 100644
File size: 160 bytes
RevLine 
[1e7126f]1package com.example.moviezone.model.enums;
2
3public enum GenreEnum {
4 Animation,
5 Adventure,
6 Comedy,
7 Fantasy,
8 Crime,
9 Drama,
10 Thriller
[40935d3]11}
Note: See TracBrowser for help on using the repository browser.