Skip to content

Commit

Permalink
Fixed Null Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jul 19, 2024
1 parent 854ef85 commit e5e32a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class N5ImageHandler implements Command {
public void run() {
exportTable = new N5ExportTable();
initializeLogService();
setExampleJSONData();
// N5ImageHandler.logService.setLevel(LogService.DEBUG);
exportTable.displayExportTable();
}
Expand Down

0 comments on commit e5e32a9

Please sign in to comment.