mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-0: Fixing unnecessary semicolon warnings
This commit is contained in:
parent
5fe25f1cfd
commit
2e0c098c25
21 changed files with 43 additions and 72 deletions
|
@ -62,7 +62,7 @@ public class ClosedPatternTableModel extends ThreadedTableModelStub<ClosedPatter
|
|||
Component component = super.getTableCellRendererComponent(data);
|
||||
component.setFont(Gui.getFont(FONT_ID));
|
||||
return component;
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getFilterString(String t, Settings settings) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue