8019286: Fix javadoc typo in ResultSet.next

Reviewed-by: darcy, mchung
This commit is contained in:
Lance Andersen 2013-06-29 06:12:28 -04:00
parent c4c235dc4a
commit 607de236dc

View File

@ -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