method accessibiliy
This commit is contained in:
parent
a24da6de30
commit
43ecf83c04
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<groupId>eu.dnetlib.dhp</groupId>
|
||||
<artifactId>dhp-schemas</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>9.0.1-SNAPSHOT</version>
|
||||
<version>9.0.0-SNAPSHOT</version>
|
||||
|
||||
<licenses>
|
||||
<license>
|
||||
|
|
|
@ -13,7 +13,7 @@ public enum RecordType implements Serializable {
|
|||
project,
|
||||
person;
|
||||
|
||||
public RecordType fromString(String s) {
|
||||
public static RecordType fromString(String s) {
|
||||
if (Objects.isNull(s)) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue