(String line)
| 602 | } |
| 603 | |
| 604 | private void parseBirthdayLine(String line) |
| 605 | { |
| 606 | thePC.setPCAttribute(PCStringKey.BIRTHDAY, |
| 607 | EntityEncoder.decode(line.substring(IOConstants.TAG_BIRTHDAY.length() + 1))); |
| 608 | } |
| 609 | |
| 610 | private void parseBirthplaceLine(String line) |
| 611 | { |
no test coverage detected