(StringBuilder buffer)
| 1646 | } |
| 1647 | |
| 1648 | private void appendAutoSortLines(StringBuilder buffer) |
| 1649 | { |
| 1650 | buffer.append(IOConstants.TAG_SKILLSOUTPUTORDER).append(':'); |
| 1651 | buffer.append(thePC.getSkillsOutputOrder().ordinal()); |
| 1652 | buffer.append(IOConstants.LINE_SEP); |
| 1653 | } |
| 1654 | |
| 1655 | private void appendSkillFilterLine(StringBuilder buffer) |
| 1656 | { |
no test coverage detected