提交 1a541a6f 编写于 作者: L lancea

8019286: Fix javadoc typo in ResultSet.next

Reviewed-by: darcy, mchung
上级 7f94d1c9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册