We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6651af + 46ced5b commit 3ad51abCopy full SHA for 3ad51ab
1 file changed
src/main/java/pt/ieeta/dicoogle/plugin/demo/dicooglepluginsample/RSIStorage.java
@@ -62,7 +62,7 @@ public boolean handles(URI location) {
62
}
63
64
@Override
65
- public Iterable<StorageInputStream> at(final URI location) {
+ public Iterable<StorageInputStream> at(final URI location, Object... objects) {
66
Iterable<StorageInputStream> c = new Iterable<StorageInputStream>() {
67
68
0 commit comments