[log] toString()

This commit is contained in:
Kirill Likhodedov
2013-10-29 21:09:39 +04:00
parent 633f1c73b0
commit d59d5f264c
@@ -61,4 +61,9 @@ public class VcsShortCommitDetailsImpl implements VcsShortCommitDetails {
return myAuthorName;
}
@Override
public String toString() {
return getHash().toShortString() + "(" + getSubject() + ")";
}
}