--- old/src/java.xml/share/classes/org/xml/sax/helpers/XMLFilterImpl.java 2020-08-24 17:29:02.950626641 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/helpers/XMLFilterImpl.java 2020-08-24 17:29:02.665612100 +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 @@ -92,6 +92,7 @@ /** * Construct an XML filter with the specified parent. * + * @param parent the specified parent * @see #setParent * @see #getParent */