summaryrefslogtreecommitdiff
path: root/java/sql/Array.java
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2004-04-18 10:47:14 +0000
committerMichael Koch <konqueror@gmx.de>2004-04-18 10:47:14 +0000
commitb936624ba3de0748e96ce85d3528dd76572311e1 (patch)
tree13a2060f2bcef0a3342860b1a8580483df3f13d8 /java/sql/Array.java
parent093bf24ae3d50275c3e90866128e72f3ee566739 (diff)
downloadclasspath-b936624ba3de0748e96ce85d3528dd76572311e1.tar.gz
2004-04-18 Michael Koch <konqueror@gmx.de>
* java/sql/Array.java, java/sql/DatabaseMetaData.java, java/sql/ResultSet.java: Fixed HTML tags in javadocs.
Diffstat (limited to 'java/sql/Array.java')
-rw-r--r--java/sql/Array.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/java/sql/Array.java b/java/sql/Array.java
index 0bb84cbe3..3246c86f8 100644
--- a/java/sql/Array.java
+++ b/java/sql/Array.java
@@ -165,13 +165,13 @@ public interface Array
/**
* This method returns a portion of the array as a <code>ResultSet</code>.
* The returned portion will start at <code>index</code> into the
- * array and up to <cod>count</code> elements will be returned.
- * <p>
- * Each row of the result set will have two columns. The first will be
+ * array and up to <code>count</code> elements will be returned.
+ *
+ * <p> Each row of the result set will have two columns. The first will be
* the index into the array of that row's contents. The second will be
* the actual value of that array element. The specified <code>Map</code>
* will be used to override selected default mappings of SQL types to
- * Java classes.
+ * Java classes.</p>
*
* @param offset The index into the array to start returning elements from.
* @param length The requested number of elements to return.