Skip to content

Commit

Permalink
Merge pull request #8 from sbesson/asPath_public
Browse files Browse the repository at this point in the history
Convert ZarrPixelsService.asPath into a public static method
  • Loading branch information
chris-allan authored May 14, 2024
2 parents e017eb1 + 8f4dfd5 commit e8dc696
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 e8dc696

Please sign in to comment.