diff src/main/java/org/monetdb/jdbc/MonetResultSet.java @ 451:3dfcd06fd8ba

Correcting typos in documentation text. Also improved the readability of the generated javadoc documents.
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 04 Mar 2021 18:57:51 +0100 (2021-03-04)
parents 95d15f1d750d
children e14e81b8044e
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetResultSet.java
+++ b/src/main/java/org/monetdb/jdbc/MonetResultSet.java
@@ -42,7 +42,8 @@ import java.util.Map;
 import java.util.TimeZone;
 
 /**
- * A ResultSet suitable for the MonetDB database.
+ *<pre>
+ * A {@link ResultSet} suitable for the MonetDB database.
  *
  * A table of data representing a database result set, which is usually
  * generated by executing a statement that queries the database.
@@ -58,6 +59,7 @@ import java.util.TimeZone;
  * FORWARD_ONLY or result sets scrollable in both directions can be noticed as
  * for FORWARD_ONLY result sets the memory usage will be likely lower for large
  * result sets.
+ *</pre>
  *
  * @author Fabian Groffen
  * @author Martin van Dinther