OrganizationType must be public
This commit is contained in:
parent
055afdc5fc
commit
eb7dcf6f11
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue