8130716: Fix reference problems in jaxp javadoc

Reviewed-by: lancea
This commit is contained in:
Joe Darcy 2015-07-07 17:57:35 -07:00
parent 18b9b116dc
commit bc9b78ac81
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ public interface XMLEventReader extends Iterator {
* Get the next XMLEvent
* @see XMLEvent
* @throws XMLStreamException if there is an error with the underlying XML.
* @throws NoSuchElementException iteration has no more elements.
* @throws java.util.NoSuchElementException iteration has no more elements.
*/
public XMLEvent nextEvent() throws XMLStreamException;