Fixed whitespaces
This commit is contained in:
parent
971ab9005b
commit
678296e7cb
|
@ -49,8 +49,7 @@ public interface ValueSchema extends GCubeProperty, ValidatedTypedProperty<URI,S
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Validation validate(ValueSchema property) {
|
public Validation validate(ValueSchema property) {
|
||||||
//TODO validate the string against the URI!
|
// TODO validate the string against the URI!
|
||||||
|
|
||||||
return Validation.success("Accepted!");
|
return Validation.success("Accepted!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue