Fixing broken build from previous commit.
This commit is contained in:
parent
3ccd9cec48
commit
e4c873654c
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ public class DateTimeWithPrecision extends BaseEditElement {
|
|||
}
|
||||
|
||||
/* returns null if it cannot convert */
|
||||
private static VitroVocabulary.Precision toPrecision(String precisionUri){
|
||||
public static VitroVocabulary.Precision toPrecision(String precisionUri){
|
||||
for( VitroVocabulary.Precision precision : VitroVocabulary.Precision.values()){
|
||||
if( precision.uri().equals(precisionUri))
|
||||
return precision;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue