mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-82647 Don't swap subject and description in "Show Affected Paths" dialog.
This commit is contained in:
@@ -404,7 +404,7 @@ public class GitChangeUtils {
|
||||
fullComment = commentSubject;
|
||||
}
|
||||
else {
|
||||
fullComment = commentBody + "\n\n" + commentSubject;
|
||||
fullComment = commentSubject + "\n" + commentBody;
|
||||
}
|
||||
GitRevisionNumber thisRevision = new GitRevisionNumber(revisionNumber, commitDate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user