Skip to content
Snippets Groups Projects
Commit f7573ff2 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

rename BigDataBrowserPlugin to BigDataBrowserPlugIn

parent e04a3936
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ import java.util.Map;
/**
* @author HongKee Moon <moon@mpi-cbg.de>
*/
public class BigDataBrowserPlugin implements PlugIn
public class BigDataBrowserPlugIn implements PlugIn
{
private final Map< String, ImageIcon > imageMap = new HashMap< String, ImageIcon >();
......@@ -185,6 +185,6 @@ public class BigDataBrowserPlugin implements PlugIn
public static void main( final String[] args )
{
ImageJ.main( args );
new BigDataBrowserPlugin().run( null );
new BigDataBrowserPlugIn().run( null );
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment