mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[log] toString()
This commit is contained in:
@@ -61,4 +61,9 @@ public class VcsShortCommitDetailsImpl implements VcsShortCommitDetails {
|
||||
return myAuthorName;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getHash().toShortString() + "(" + getSubject() + ")";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user