author | František Kučera <franta-hg@frantovo.cz> |
Wed, 03 Sep 2014 19:53:14 +0200 | |
changeset 62 | 968de9cc4c5b |
parent 61 | 1980a333904c |
child 63 | 89acb486bb52 |
java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java | file | annotate | diff | revisions |
1.1 --- a/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java Wed Sep 03 19:49:53 2014 +0200 1.2 +++ b/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java Wed Sep 03 19:53:14 2014 +0200 1.3 @@ -147,6 +147,7 @@ 1.4 1.5 private void outputEnd() throws SAXException { 1.6 contentHandler.endElement(null, null, "properties"); 1.7 + outputLineBreak(); 1.8 contentHandler.endDocument(); 1.9 } 1.10 }