in-properties: line break at the end of the document
authorFrantišek Kučera <franta-hg@frantovo.cz>
Wed, 03 Sep 2014 19:53:14 +0200
changeset 62968de9cc4c5b
parent 61 1980a333904c
child 63 89acb486bb52
in-properties: line break at the end of the document
java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java
     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  }