diff --git a/sdk/src/main/java/pt/ua/dicoogle/sdk/StorageInterface.java b/sdk/src/main/java/pt/ua/dicoogle/sdk/StorageInterface.java index 784f4b3b3..fe26d0369 100644 --- a/sdk/src/main/java/pt/ua/dicoogle/sdk/StorageInterface.java +++ b/sdk/src/main/java/pt/ua/dicoogle/sdk/StorageInterface.java @@ -61,7 +61,7 @@ public default boolean handles(URI location) { * This method is particularly nice for use in for-each loops. * * The provided scheme is not relevant at this point, but the developer must avoid calling this method - * with a path of a different schema. + * with a path of a different scheme. * *
* URI uri = URI.create("file://dataset/"); @@ -82,7 +82,7 @@ public default boolean handles(URI location) { * * The provided scheme is not relevant at this point, * but the developer must avoid calling this method - * with a path of a different schema. + * with a path of a different scheme. * ** URI uri = URI.create("file://dataset/CT/001.dcm");