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() {