IDEA-58622 Copying entry from "Locally Deleted Files" not works as expected

This commit is contained in:
irengrig
2010-12-07 18:16:29 +03:00
parent d30c5fde19
commit c2d1967cd3
@@ -64,4 +64,8 @@ public class LocallyDeletedChange {
public String getDescription() {
return null;
}
public String toString() {
return myPath.getPath();
}
}