mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-14 23:49:49 +00:00
7160714: Strange or obsolete @see tags in some exception java.util javadoc
Reviewed-by: mduigou, dholmes, alanb
This commit is contained in:
parent
05ffd97b08
commit
b4c2c567d6
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1994, 2008, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1994, 2012, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -26,13 +26,12 @@
|
||||
package java.util;
|
||||
|
||||
/**
|
||||
* Thrown by the <code>nextElement</code> method of an
|
||||
* <code>Enumeration</code> to indicate that there are no more
|
||||
* elements in the enumeration.
|
||||
* Thrown by various accessor methods to indicate that the element being requested
|
||||
* does not exist.
|
||||
*
|
||||
* @author unascribed
|
||||
* @see java.util.Enumeration
|
||||
* @see java.util.Enumeration#nextElement()
|
||||
* @see java.util.Iterator#next()
|
||||
* @since JDK1.0
|
||||
*/
|
||||
public
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user