(String line)
| 608 | } |
| 609 | |
| 610 | private void parseBirthplaceLine(String line) |
| 611 | { |
| 612 | thePC.setPCAttribute(PCStringKey.BIRTHPLACE, |
| 613 | EntityEncoder.decode(line.substring(IOConstants.TAG_BIRTHPLACE.length() + 1))); |
| 614 | } |
| 615 | |
| 616 | /** |
| 617 | * Does the actual work:<br> |
no test coverage detected