From b936624ba3de0748e96ce85d3528dd76572311e1 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Sun, 18 Apr 2004 10:47:14 +0000 Subject: 2004-04-18 Michael Koch * java/sql/Array.java, java/sql/DatabaseMetaData.java, java/sql/ResultSet.java: Fixed HTML tags in javadocs. --- java/sql/Array.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'java/sql/Array.java') 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 ResultSet. * The returned portion will start at index into the - * array and up to count elements will be returned. - *

- * Each row of the result set will have two columns. The first will be + * array and up to count elements will be returned. + * + *

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 Map * will be used to override selected default mappings of SQL types to - * Java classes. + * Java classes.

* * @param offset The index into the array to start returning elements from. * @param length The requested number of elements to return. -- cgit v1.2.1