diff src/main/java/org/monetdb/jdbc/MonetDataSource.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 1e278695fe54
children 6aa38e8c0f2d
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetDataSource.java
+++ b/src/main/java/org/monetdb/jdbc/MonetDataSource.java
@@ -16,15 +16,17 @@ import javax.sql.DataSource;
 import java.util.Properties;
 
 /**
+ *<pre>
  * A DataSource suitable for the MonetDB database.
  *
  * This DataSource allows retrieval of a Connection using the JNDI bean like
- * framework.  A DataSource has numerous advantages over using the DriverManager
- * to retrieve a Connection object.  Using the DataSource interface enables a
+ * framework. A DataSource has numerous advantages over using the DriverManager
+ * to retrieve a Connection object. Using the DataSource interface enables a
  * more transparent application where the location or database can be changed
  * without changing any application code.
  *
  * Additionally, pooled connections can be used when using a DataSource.
+ *</pre>
  *
  * @author Fabian Groffen
  * @version 0.2