in-properties: fix typo in comment
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sun, 02 Oct 2016 11:46:19 +0200
changeset 107c5a987931ef9
parent 106 02739f60b1ec
child 108 bbb9b31255be
in-properties: fix typo in comment
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 Oct 29 02:03:14 2014 +0100
     1.2 +++ b/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java	Sun Oct 02 11:46:19 2016 +0200
     1.3 @@ -98,7 +98,7 @@
     1.4  	/**
     1.5  	 * Default mode is streaming.
     1.6  	 *
     1.7 -	 * @return false = do streaming | false = parse whole input as one batch and when all parsed,
     1.8 +	 * @return false = do streaming | true = parse whole input as one batch and when all parsed,
     1.9  	 * flush output
    1.10  	 */
    1.11  	private boolean isInBatchMode() {