Skip to content

Commit 23a6fc7

Browse files
Merge 23.11 to 24.3
2 parents 27295af + e7315eb commit 23a6fc7

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)