Skip to content

Commit

Permalink
Merge pull request #9 from funcionante/bug/missing-arg
Browse files Browse the repository at this point in the history
Add missing varargs to method overriding
  • Loading branch information
Enet4 authored Sep 29, 2017
2 parents b6651af + 46ced5b commit 3ad51ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public boolean handles(URI location) {
}

@Override
public Iterable<StorageInputStream> at(final URI location) {
public Iterable<StorageInputStream> at(final URI location, Object... objects) {
Iterable<StorageInputStream> c = new Iterable<StorageInputStream>() {

@Override
Expand Down

0 comments on commit 3ad51ab

Please sign in to comment.