mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-19 14:55:17 +00:00
8019286: Fix javadoc typo in ResultSet.next
Reviewed-by: darcy, mchung
This commit is contained in:
parent
c4c235dc4a
commit
607de236dc
@ -148,7 +148,7 @@ import java.io.InputStream;
|
||||
public interface ResultSet extends Wrapper, AutoCloseable {
|
||||
|
||||
/**
|
||||
* Moves the cursor froward one row from its current position.
|
||||
* Moves the cursor forward one row from its current position.
|
||||
* A <code>ResultSet</code> cursor is initially positioned
|
||||
* before the first row; the first call to the method
|
||||
* <code>next</code> makes the first row the current row; the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user