java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java
changeset 62 968de9cc4c5b
parent 59 12b4c1fc57a8
child 75 ed9ec17aa67f
     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  }