source: Git/src/main/java/com/wediscussmovies/project/model/PersonType.java@ 6e7b472

main
Last change on this file since 6e7b472 was 6e7b472, checked in by Petar Partaloski <ppartaloski@…>, 2 years ago

Initial commit, barebones setup

  • Property mode set to 100644
File size: 80 bytes
Line 
1package com.wediscussmovies.project.model;
2
3public enum PersonType {
4 A, D
5}
Note: See TracBrowser for help on using the repository browser.