mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 18:41:00 +00:00
Checkstyle fix
This commit is contained in:
@@ -2940,8 +2940,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
public void searchInActionScriptOrText(Boolean searchInText, Openable openable, boolean useSelection) {
|
||||
View.checkAccess();
|
||||
|
||||
if (checkEdited())
|
||||
{
|
||||
if (checkEdited()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user