mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
reverting EDT assertion for now (CompositePrintable calls SMTestProxy.getExceptionMark in a pooled thread)
This commit is contained in:
+1
-1
@@ -299,7 +299,7 @@ public class SMTestProxy extends AbstractTestProxy {
|
||||
}
|
||||
|
||||
public List<? extends SMTestProxy> getChildren() {
|
||||
ApplicationManager.getApplication().assertIsDispatchThread();
|
||||
//ApplicationManager.getApplication().assertIsDispatchThread();
|
||||
return myChildren != null ? myChildren : Collections.<SMTestProxy>emptyList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user