()
| 558 | } |
| 559 | |
| 560 | private static void writeCustomSkills() |
| 561 | { |
| 562 | writeCustomPObjects(customSkillFilePath(true), |
| 563 | Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Skill.class).iterator()); |
| 564 | } |
| 565 | |
| 566 | private static void writeCustomSources() |
| 567 | { |
no test coverage detected