--- old/src/java.xml/share/classes/org/xml/sax/InputSource.java 2020-08-25 18:28:46.668069959 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/InputSource.java 2020-08-25 18:28:46.342053274 +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 @@ -139,6 +139,7 @@ * *

The character stream shall not include a byte order mark.

* + * @param characterStream the character stream * @see #setPublicId * @see #setSystemId * @see #setByteStream