mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
Unnecessary semicolon; other warning fixes
GitOrigin-RevId: 764ae6527647fe0d665d4f6c645693125ff70995
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6dcf2b2d34
commit
de8b87911f
@@ -124,7 +124,7 @@ public class ImportHelperTest extends LightDaemonAnalyzerTestCase {
|
||||
|| ApplicationManager.getApplication().isWriteAccessAllowed())) {
|
||||
return; // optimization: try not to call getStackTrace() if we can
|
||||
}
|
||||
boolean isFromResolve = isInsideResolve.getAsBoolean(); ;
|
||||
boolean isFromResolve = isInsideResolve.getAsBoolean();
|
||||
if (isFromResolve) resolveHappened.set(true);
|
||||
assertTrue("Resolve in EDT happened",
|
||||
!isFromResolve
|
||||
|
||||
Reference in New Issue
Block a user