Fixed whitespaces

This commit is contained in:
Luca Frosini 2023-04-28 12:16:52 +02:00
parent 971ab9005b
commit 678296e7cb
1 changed files with 1 additions and 2 deletions

View File

@ -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!");
} }
} }