eclipse plugin: Fix an invalid thread access exception

This commit is contained in:
Timotei Dolean 2011-04-28 17:01:14 +00:00
parent 849ac0c1ff
commit 621446bd93

View file

@ -145,9 +145,6 @@ public class ProjectUtils
}
monitor.worked(10);
if (WorkspaceUtils.getProjectsExplorer() != null)
WorkspaceUtils.getProjectsExplorer().getCommonViewer().refresh();
return 0;
}
}