OrganizationType must be public

This commit is contained in:
Claudio Atzori 2024-06-12 15:06:30 +02:00
parent 055afdc5fc
commit eb7dcf6f11
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import java.util.List;
public class Organization extends OafEntity implements Serializable {
enum OrganizationType {
public enum OrganizationType {
Archive, Company, Education, Facility, Government, Healthcare, Nonprofit, Other, Unknown
}