Fixed Type resolving

This commit is contained in:
Jindra Petřík
2021-12-07 09:31:14 +01:00
parent 9943542f94
commit d943588fbd
6 changed files with 37 additions and 23 deletions

View File

@@ -1516,8 +1516,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
decompiledTextArea.requestFocus();
} catch (Throwable ex) {
Logger.getLogger(ABCPanel.class
.getName()).log(Level.SEVERE, null, ex);
Logger.getLogger(ABCPanel.class.getName()).log(Level.SEVERE, null, ex);
}
}