Skip to content

Commit

Permalink
DisposeImageJ: add main method
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Aug 27, 2020
1 parent e68fe1d commit 256d84a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions howtos/src/main/java/howto/app/DisposeImageJ.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ public static void run() {
ij.context().dispose();
}

public static void main(String...args) { run(); }
}

0 comments on commit 256d84a

Please sign in to comment.