mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
disable update checker to prevent startup deadlocks
This commit is contained in:
@@ -148,6 +148,7 @@ public final class UpdateChecker {
|
||||
public static ActionCallback updateAndShowResult() {
|
||||
final ActionCallback result = new ActionCallback();
|
||||
final Application app = ApplicationManager.getApplication();
|
||||
/*
|
||||
app.executeOnPooledThread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
@@ -163,6 +164,7 @@ public final class UpdateChecker {
|
||||
});
|
||||
}
|
||||
});
|
||||
*/
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user