diff -r 016836529e6c -r eb3676c6929b java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java Fri Jan 10 20:13:16 2014 +0100 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java Fri Jan 10 23:21:28 2014 +0100 @@ -21,10 +21,14 @@ import java.util.List; /** + *

* Prefetches whole result set and computes column widths. Whole table is flushed at once in * {@linkplain #writeEndResultSet()}. + *

* - * Long values will not overflow the cells, but whole result set must be loaded into memory. + *

+ * Long values will not overflow the cells, but whole result set must be loaded into the memory. + *

* * @author Ing. František Kučera (frantovo.cz) */