--- old/src/java.xml/share/classes/org/xml/sax/ErrorHandler.java 2020-08-25 18:28:50.547268494 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/ErrorHandler.java 2020-08-25 18:28:50.233252423 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -78,7 +78,7 @@ * * @param exception The warning information encapsulated in a * SAX parse exception. - * @exception org.xml.sax.SAXException Any SAX exception, possibly + * @throws org.xml.sax.SAXException Any SAX exception, possibly * wrapping another exception. * @see org.xml.sax.SAXParseException */ @@ -107,7 +107,7 @@ * * @param exception The error information encapsulated in a * SAX parse exception. - * @exception org.xml.sax.SAXException Any SAX exception, possibly + * @throws org.xml.sax.SAXException Any SAX exception, possibly * wrapping another exception. * @see org.xml.sax.SAXParseException */