--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.java 2017-11-06 22:18:56.935060221 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/xs/FullDVFactory.java 2017-11-06 22:18:56.438011741 -0800 @@ -1,6 +1,6 @@ /* - * reserved comment block - * DO NOT REMOVE OR ALTER! + * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -67,7 +67,7 @@ * @return a hashtable which contains all built-in simple types */ public SymbolHash getBuiltInTypes() { - return (SymbolHash)fFullTypes.makeClone(); + return fFullTypes.makeClone(); } // create all built-in types