RFR: 7160714 - Strange or obsolete @see tags in some exception java.util javadoc (original) (raw)

Jim Gish jim.gish at oracle.com
Wed Apr 18 19:15:09 UTC 2012


Description: just a trivial change to add in Iterator#next() as a @see reference

(Alan and I discussed the possibilities here of completeness vs brevity, and we opted for brevity. There are actually other uses, particularly in Deque , and Queue but thought it best to keep it simple)

Patch:

diff -r 00f5665ee0ea src/share/classes/java/util/NoSuchElementException.java --- a/src/share/classes/java/util/NoSuchElementException.java Tue Apr 17 09:30:29 2012 -0400 +++ b/src/share/classes/java/util/NoSuchElementException.java Wed Apr 18 15:07:49 2012 -0400 @@ -1,5 +1,5 @@ /*

Thanks, Jim



More information about the core-libs-dev mailing list