Skip to content

Commit e7315eb

Browse files
Return null to signal no support for listFilesQuery() (#414)
1 parent 1f0ec4d commit e7315eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panoramapublic/src/org/labkey/panoramapublic/PanoramaPublicFileListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ public Collection<File> listFiles(@Nullable Container container)
6060
@Override
6161
public SQLFragment listFilesQuery()
6262
{
63-
throw new UnsupportedOperationException("Not implemented");
63+
return null;
6464
}
6565
}

0 commit comments

Comments
 (0)