(StringBuilder buffer)
| 642 | } |
| 643 | |
| 644 | private void appendBirthdayLine(StringBuilder buffer) |
| 645 | { |
| 646 | buffer.append(IOConstants.TAG_BIRTHDAY).append(':'); |
| 647 | buffer.append(EntityEncoder.encode(charDisplay.getSafeStringFor(PCStringKey.BIRTHDAY))); |
| 648 | buffer.append(IOConstants.LINE_SEP); |
| 649 | } |
| 650 | |
| 651 | private void appendBirthplaceLine(StringBuilder buffer) |
| 652 | { |
no test coverage detected