mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
removed assertion, it doesn't hold for tests
This commit is contained in:
-1
@@ -301,7 +301,6 @@ public class PushedFilePropertiesUpdaterImpl extends PushedFilePropertiesUpdater
|
||||
}
|
||||
|
||||
final ProgressIndicator progress = ProgressManager.getInstance().getProgressIndicator();
|
||||
assert progress != null;
|
||||
|
||||
final ConcurrentLinkedQueue<Runnable> tasksQueue = new ConcurrentLinkedQueue<Runnable>(tasks);
|
||||
Future<?> result = null;
|
||||
|
||||
Reference in New Issue
Block a user