Skip to content

Commit

Permalink
Convert ZarrPixelsService.asPath into a public static method
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed May 9, 2024
1 parent a7d5f3b commit 8f4dfd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static ZarrArray getZarrArray(Path path) throws IOException {
* directory has not been specified in configuration.
* @throws IOException
*/
private Path asPath(String ngffDir) throws IOException {
public static Path asPath(String ngffDir) throws IOException {
if (ngffDir.isEmpty()) {
return null;
}
Expand Down

0 comments on commit 8f4dfd5

Please sign in to comment.