Skip to content
Snippets Groups Projects
Commit ea9d8a0f authored by tcarver's avatar tcarver
Browse files

add generics

parent 75ca8886
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@ import javax.swing.JOptionPane;
// methods we wish to
// use as delegates for various com.apple.eawt.ApplicationListener
// methods
Class bamClass = Class.forName("uk.ac.sanger.artemis.components.alignment.BamFrame");
Class<?> bamClass = Class.forName("uk.ac.sanger.artemis.components.alignment.BamFrame");
BamOSXAdapter.setQuitHandler(this, bamClass.getDeclaredMethod(
"exitApp", (Class[]) null));
BamOSXAdapter.setAboutHandler(this, bamClass.getDeclaredMethod("about",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment