# HG changeset patch # User František Kučera # Date 1475401579 -7200 # Node ID c5a987931ef95593db4f9d054f0e87f5e523b92b # Parent 02739f60b1ec0351c43d347eb6e53be2c696e8e4 in-properties: fix typo in comment diff -r 02739f60b1ec -r c5a987931ef9 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 Oct 29 02:03:14 2014 +0100 +++ b/java/alt2xml-in-properties/src/cz/frantovo/alt2xml/in/properties/Reader.java Sun Oct 02 11:46:19 2016 +0200 @@ -98,7 +98,7 @@ /** * Default mode is streaming. * - * @return false = do streaming | false = parse whole input as one batch and when all parsed, + * @return false = do streaming | true = parse whole input as one batch and when all parsed, * flush output */ private boolean isInBatchMode() {