Skip to content

Commit d0176d0

Browse files
committed
Updated OpenXLIFF
1 parent 41d8cab commit d0176d0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

lib/openxliff.jar

371 Bytes
Binary file not shown.

src/com/maxprograms/javapm/CreateXliff.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ private static void join(List<String> xliffs, String src, String xliff, String s
282282
}
283283
}
284284

285-
private static void harvestProperties(File folder) throws IOException {
285+
private static void harvestProperties(File folder) throws IOException, SAXException, ParserConfigurationException {
286286
String[] list = folder.list();
287287
for (int i = 0; i < list.length; i++) {
288288
String name = list[i];

0 commit comments

Comments
 (0)