add missing enums
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package mops.gruppen2.domain;
|
||||
|
||||
public enum GroupType {
|
||||
SIMPLE, LECTURE
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
package mops.gruppen2.domain;
|
||||
|
||||
public enum Visibility {
|
||||
PUBLIC, PRIVATE
|
||||
}
|
||||
Reference in New Issue
Block a user