--- old/src/java.xml/share/classes/org/xml/sax/helpers/XMLReaderFactory.java 2019-09-20 04:55:06.328322330 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/helpers/XMLReaderFactory.java 2019-09-20 04:55:05.902311883 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2019, 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 @@ -23,13 +23,6 @@ * questions. */ -// XMLReaderFactory.java - factory for creating a new reader. -// http://www.saxproject.org -// Written by David Megginson -// and by David Brownell -// NO WARRANTY! This class is in the Public Domain. -// $Id: XMLReaderFactory.java,v 1.2.2.1 2005/07/31 22:48:08 jeffsuttor Exp $ - package org.xml.sax.helpers; import java.io.BufferedReader; @@ -50,13 +43,6 @@ /** * Factory for creating an XML reader. * - *
- * This module, both source code and documentation, is in the - * Public Domain, and comes with NO WARRANTY. - * See http://www.saxproject.org - * for further information. - *
- * *

This class contains static methods for creating an XML reader * from an explicit class name, or based on runtime defaults: *