提交 8987e093 编写于 作者: J jgish

7160714: Strange or obsolete @see tags in some exception java.util javadoc

Reviewed-by: mduigou, dholmes, alanb
上级 a66f2bf5
/* /*
* 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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -26,13 +26,12 @@ ...@@ -26,13 +26,12 @@
package java.util; package java.util;
/** /**
* Thrown by the <code>nextElement</code> method of an * Thrown by various accessor methods to indicate that the element being requested
* <code>Enumeration</code> to indicate that there are no more * does not exist.
* elements in the enumeration.
* *
* @author unascribed * @author unascribed
* @see java.util.Enumeration
* @see java.util.Enumeration#nextElement() * @see java.util.Enumeration#nextElement()
* @see java.util.Iterator#next()
* @since JDK1.0 * @since JDK1.0
*/ */
public public
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册