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

fix for Java 7

parent 5b217c78
Branches
Tags
No related merge requests found
......@@ -1074,10 +1074,6 @@ public class MultiComparator extends JFrame
**/
private void readAnEntry(final EntrySource this_source,
final EntryGroup entry_group)
{
SwingWorker entryWorker = new SwingWorker()
{
public Object construct()
{
try
{
......@@ -1100,10 +1096,6 @@ public class MultiComparator extends JFrame
"read failed due to an IO error: " +
e.getMessage());
}
return null;
}
};
entryWorker.start();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment