Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 authored May 24, 2024
1 parent fab83cb commit 9bb957e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/main/java/pt/ua/dicoogle/sdk/StorageInterface.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <pre>
* URI uri = URI.create("file://dataset/");
Expand All @@ -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.
*
* <pre>
* URI uri = URI.create("file://dataset/CT/001.dcm");
Expand Down

0 comments on commit 9bb957e

Please sign in to comment.