--- old/src/java.xml/share/classes/org/xml/sax/ext/Attributes2Impl.java 2020-08-25 18:28:55.299511711 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/ext/Attributes2Impl.java 2020-08-25 18:28:54.988495793 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2020, 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 @@ -138,7 +138,7 @@ * * @param index The attribute index (zero-based). * @return current flag value - * @exception java.lang.ArrayIndexOutOfBoundsException When the + * @throws java.lang.ArrayIndexOutOfBoundsException When the * supplied index does not identify an attribute. */ public boolean isSpecified (int index) @@ -157,7 +157,7 @@ * the name has no Namespace URI. * @param localName The attribute's local name. * @return current flag value - * @exception java.lang.IllegalArgumentException When the + * @throws java.lang.IllegalArgumentException When the * supplied names do not identify an attribute. */ public boolean isSpecified (String uri, String localName) @@ -177,7 +177,7 @@ * * @param qName The XML qualified (prefixed) name. * @return current flag value - * @exception java.lang.IllegalArgumentException When the + * @throws java.lang.IllegalArgumentException When the * supplied name does not identify an attribute. */ public boolean isSpecified (String qName) @@ -289,7 +289,7 @@ * * @param index The index of the attribute (zero-based). * @param value The desired flag value. - * @exception java.lang.ArrayIndexOutOfBoundsException When the + * @throws java.lang.ArrayIndexOutOfBoundsException When the * supplied index does not identify an attribute. * @see #setType */ @@ -309,7 +309,7 @@ * * @param index The index of the attribute (zero-based). * @param value The desired flag value. - * @exception java.lang.ArrayIndexOutOfBoundsException When the + * @throws java.lang.ArrayIndexOutOfBoundsException When the * supplied index does not identify an attribute. */ public void setSpecified (int index, boolean value)