diff options
| author | Michael Koch <konqueror@gmx.de> | 2004-04-18 10:47:14 +0000 |
|---|---|---|
| committer | Michael Koch <konqueror@gmx.de> | 2004-04-18 10:47:14 +0000 |
| commit | b936624ba3de0748e96ce85d3528dd76572311e1 (patch) | |
| tree | 13a2060f2bcef0a3342860b1a8580483df3f13d8 /java/sql/ResultSet.java | |
| parent | 093bf24ae3d50275c3e90866128e72f3ee566739 (diff) | |
| download | classpath-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/ResultSet.java')
| -rw-r--r-- | java/sql/ResultSet.java | 14 |
1 files changed, 7 insertions, 7 deletions
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 <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) */ |
