mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 05:55:22 +02:00
Bug 160775 rename (at least within a zip) blocks UI thread
This commit is contained in:
parent
f8b631b8d4
commit
33267de4c3
1 changed files with 6 additions and 0 deletions
|
@ -88,4 +88,10 @@ public class LocalVirtualHostFile extends LocalHostFile
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see org.eclipse.rse.services.local.files.LocalHostFile#renameTo(java.lang.String)
|
||||||
|
*/
|
||||||
|
public void renameTo(String newAbsolutePath) {
|
||||||
|
_child.renameTo(newAbsolutePath);
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue