| ");
44 | if (myAvatarUrl != null) {
45 | builder.append(" "); 46 | } 47 | builder.append(" | ");
48 | if (getAuthor() != null) {
49 | builder.append("Author: ").append(getAuthor()).append(" "); 50 | } 51 | if (getDate() != null) { 52 | builder.append("Date: ").append(DateFormatUtil.formatDateTime(getDate())).append(" "); 53 | } 54 | builder.append(" |