checkstyle fix

This commit is contained in:
Jindra Petřík
2023-11-05 21:11:10 +01:00
parent 47a5d6f8dc
commit d67f88254b
2 changed files with 5 additions and 5 deletions
@@ -1039,7 +1039,7 @@ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretL
}
final Point point = new Point(e.getX(), e.getY());
final int pos = View.textComponentViewToModel(abcPanel.decompiledTextArea,point);
final int pos = View.textComponentViewToModel(abcPanel.decompiledTextArea, point);
final String identifier = abcPanel.getMainPanel().getActionPanel().getStringUnderPosition(pos, abcPanel.decompiledTextArea);
if (identifier != null && !identifier.isEmpty()) {