Skip to content

Commit

Permalink
Return null to signal no support for listFilesQuery() (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-jeckels authored Apr 1, 2024
1 parent 1f0ec4d commit e7315eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public Collection<File> listFiles(@Nullable Container container)
@Override
public SQLFragment listFilesQuery()
{
throw new UnsupportedOperationException("Not implemented");
return null;
}
}

0 comments on commit e7315eb

Please sign in to comment.