mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove already fixed todo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user