mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 21:40:46 +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) {
|
public void searchInActionScriptOrText(Boolean searchInText, Openable openable, boolean useSelection) {
|
||||||
View.checkAccess();
|
View.checkAccess();
|
||||||
|
|
||||||
if (checkEdited())
|
if (checkEdited()) {
|
||||||
{
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user