diff src/main/java/org/monetdb/jdbc/MonetWrapper.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 6aa38e8c0f2d
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetWrapper.java
+++ b/src/main/java/org/monetdb/jdbc/MonetWrapper.java
@@ -12,6 +12,7 @@ import java.sql.SQLException;
 import java.sql.SQLFeatureNotSupportedException;
 
 /**
+ *<pre>
  * A Wrapper class which provide the ability to retrieve the delegate instance
  * when the instance in question is in fact a proxy class.
  *
@@ -21,6 +22,7 @@ import java.sql.SQLFeatureNotSupportedEx
  * as proxy class instances representing the the actual resources.
  * This class contains a standard mechanism to access these wrapped resources
  * represented by their proxy, to permit direct access to the resource delegates.
+ *</pre>
  *
  * @author Fabian Groffen, Martin van Dinther
  * @version 1.2
@@ -91,7 +93,7 @@ public class MonetWrapper implements jav
 	}
 
 	/**
-	 * General utility function to add double quotes around an SQL Indentifier
+	 * General utility function to add double quotes around an SQL Identifier
 	 * such as column or table or schema name in SQL queries.
 	 * It also adds escapes for special characters: double quotes and the escape character
 	 *