(final String line)
| 1441 | } |
| 1442 | |
| 1443 | private void parseCharacterCompLine(final String line) |
| 1444 | { |
| 1445 | thePC.setStringFor(PCStringKey.COMPANIONS, |
| 1446 | EntityEncoder.decode(line.substring(IOConstants.TAG_CHARACTERCOMP.length() + 1))); |
| 1447 | } |
| 1448 | |
| 1449 | private void parseCharacterDescLine(final String line) |
| 1450 | { |
no test coverage detected