java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularPrefetchingFormatter.java
branchv_0
changeset 155 eb3676c6929b
parent 142 da1e38386d84
child 224 36db9fd27436
--- 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;
 
 /**
+ * <p>
  * Prefetches whole result set and computes column widths. Whole table is flushed at once in
  * {@linkplain #writeEndResultSet()}.
+ * </p>
  *
- * Long values will not overflow the cells, but whole result set must be loaded into memory.
+ * <p>
+ * Long values will not overflow the cells, but whole result set must be loaded into the memory.
+ * </p>
  *
  * @author Ing. František Kučera (frantovo.cz)
  */