Mercurial > hg > monetdb-java
diff src/main/java/org/monetdb/jdbc/MonetBlob.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 | bf9f6b6ecf40 |
children | 6aa38e8c0f2d |
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetBlob.java +++ b/src/main/java/org/monetdb/jdbc/MonetBlob.java @@ -16,14 +16,16 @@ import java.sql.SQLException; import java.sql.SQLFeatureNotSupportedException; /** + *<pre> * The MonetBlob class implements the {@link java.sql.Blob} interface. * * Because MonetDB/SQL currently has no support for streams, this class is a - * shallow wrapper of a byte[]. It is more or less supplied to - * enable an application that depends on it to run. It may be obvious + * shallow wrapper of a byte[]. It is more or less supplied to + * enable an application that depends on it to run. It may be obvious * that it is a real resource expensive workaround that contradicts the * benefits for a Blob: avoidance of huge resource consumption. * <b>Use of this class is highly discouraged.</b> + *</pre> * * @author Fabian Groffen */