remove already fixed todo

This commit is contained in:
Eugene Zhuravlev
2012-06-21 17:25:16 +02:00
parent 84b283d1af
commit ae9a7c5ca6
@@ -153,7 +153,6 @@ public class HotSwapUIImpl extends HotSwapUI implements ProjectComponent{
ApplicationManager.getApplication().executeOnPooledThread(new Runnable() {
public void run() {
// todo: rewrite scan from VFS into java.io.File
final Map<DebuggerSession, Map<String, HotSwapFile>> newlyModifiedClasses = shouldPerformScan?
scanForModifiedClassesWithProgress(sessions, findClassesProgress, !isOutOfProcessMode) :
HotSwapManager.findModifiedClasses(sessions, generatedPaths);