()
| 517 | } |
| 518 | |
| 519 | private static void writeCustomLanguages() |
| 520 | { |
| 521 | writeCustomPObjects(customLanguageFilePath(true), |
| 522 | Globals.getContext().getReferenceContext().getConstructedCDOMObjects(Language.class).iterator()); |
| 523 | } |
| 524 | |
| 525 | private static void writeCustomPObjects(final String filename, final Iterator<? extends PObject> it) |
| 526 | { |
no test coverage detected