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/ResultSet.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'java/sql/ResultSet.java') diff --git a/java/sql/ResultSet.java b/java/sql/ResultSet.java index 46a6c65c3..bbc2bae13 100644 --- a/java/sql/ResultSet.java +++ b/java/sql/ResultSet.java @@ -48,14 +48,14 @@ import java.util.Map; /** * This interface provides access to the data set returned by a SQL * statement. An instance of this interface is returned by the various - * execution methods in the Statement - * This class models a cursor, which can be stepped through one row at a + * execution methods in the Statement. + * + *

This class models a cursor, which can be stepped through one row at a * time. Methods are provided for accessing columns by column name or by - * index. - *

- * Note that a result set is invalidated if the statement that returned - * it is closed. + * index.

+ * + *

Note that a result set is invalidated if the statement that returned + * it is closed.

* * @author Aaron M. Renn (arenn@urbanophile.com) */ -- cgit v1.2.1