# HG changeset patch # User František Kučera # Date 1409766794 -7200 # Node ID 968de9cc4c5b713c8a97c49716ac8376c7268bd9 # Parent 1980a333904ca3ab1ec9e7d04cb8039877847641 in-properties: line break at the end of the document diff -r 1980a333904c -r 968de9cc4c5b java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java --- a/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java Wed Sep 03 19:49:53 2014 +0200 +++ b/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java Wed Sep 03 19:53:14 2014 +0200 @@ -147,6 +147,7 @@ private void outputEnd() throws SAXException { contentHandler.endElement(null, null, "properties"); + outputLineBreak(); contentHandler.endDocument(); } }