Skip to content
Snippets Groups Projects
Commit d3e08311 authored by tjc's avatar tjc
Browse files

add isRemoteMfetch

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5740 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent a60b747b
Branches
Tags
No related merge requests found
......@@ -50,9 +50,7 @@ import uk.ac.sanger.artemis.util.WorkingGZIPInputStream;
public class FastaTextPane extends JScrollPane
{
/**
*
*/
/***/
private static final long serialVersionUID = 1L;
private JTextArea textArea;
private Vector hitInfoCollection = null;
......@@ -1005,6 +1003,11 @@ public class FastaTextPane extends JScrollPane
}
}
public static boolean isRemoteMfetch()
{
return remoteMfetch;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment