mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-58622 Copying entry from "Locally Deleted Files" not works as expected
This commit is contained in:
@@ -64,4 +64,8 @@ public class LocallyDeletedChange {
|
||||
public String getDescription() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return myPath.getPath();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user