diff options
Diffstat (limited to 'libjava/java/sql/ResultSet.java')
-rw-r--r-- | libjava/java/sql/ResultSet.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libjava/java/sql/ResultSet.java b/libjava/java/sql/ResultSet.java index 46a6c65..bbc2bae 100644 --- a/libjava/java/sql/ResultSet.java +++ b/libjava/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 <code>Statement</code. - * <p> - * This class models a cursor, which can be stepped through one row at a + * execution methods in the <code>Statement</code>. + * + * <p> 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. - * <p> - * Note that a result set is invalidated if the statement that returned - * it is closed. + * index.</p> + * + * <p> Note that a result set is invalidated if the statement that returned + * it is closed.</p> * * @author Aaron M. Renn (arenn@urbanophile.com) */ |