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

change to addFilter()

parent 08b4c5a2
Branches
Tags
No related merge requests found
......@@ -180,7 +180,7 @@ import javax.swing.border.Border;
return buff.toString();
}
protected static void addFilter(final String ID, final HeaderLine hLine, final int number)
protected void addFilter(final String ID, final HeaderLine hLine, final int number)
{
filters.put(ID, new RecordFilter(hLine, number));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment