1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

Bug 160775 rename (at least within a zip) blocks UI thread

This commit is contained in:
Kushal Munir 2006-10-26 20:02:38 +00:00
parent f8b631b8d4
commit 33267de4c3

View file

@ -88,4 +88,10 @@ public class LocalVirtualHostFile extends LocalHostFile
return false;
}
/**
* @see org.eclipse.rse.services.local.files.LocalHostFile#renameTo(java.lang.String)
*/
public void renameTo(String newAbsolutePath) {
_child.renameTo(newAbsolutePath);
}
}