Description
A DESCRIPTION OF THE PROBLEM :
First line of documentation:
" Moves the cursor froward "
Should be:
" Moves the cursor forward "
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html#next()
First line of documentation:
" Moves the cursor froward "
Should be:
" Moves the cursor forward "
URL OF FAULTY DOCUMENTATION :
http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html#next()
Attachments
Issue Links
- duplicates
-
JDK-8196537 Spelling mistake in ResultSet interface documentation for next() method
- Closed