From 1a541a6f59308550aef51cc5929242aa4c7717f0 Mon Sep 17 00:00:00 2001 From: lancea Date: Sat, 29 Jun 2013 06:12:28 -0400 Subject: [PATCH] 8019286: Fix javadoc typo in ResultSet.next Reviewed-by: darcy, mchung --- src/share/classes/java/sql/ResultSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/share/classes/java/sql/ResultSet.java b/src/share/classes/java/sql/ResultSet.java index 9c9124163..ad954e89d 100644 --- a/src/share/classes/java/sql/ResultSet.java +++ b/src/share/classes/java/sql/ResultSet.java @@ -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 ResultSet cursor is initially positioned * before the first row; the first call to the method * next makes the first row the current row; the -- GitLab