--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMNormalizer.java 2017-11-06 22:18:39.382348227 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMNormalizer.java 2017-11-06 22:18:38.827294090 -0800 @@ -1,6 +1,6 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 + * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -1647,7 +1647,7 @@ } public Augmentations getAugmentations (int attributeIndex){ - return(Augmentations)fAugmentations.elementAt(attributeIndex); + return fAugmentations.elementAt(attributeIndex); } public Augmentations getAugmentations (String uri, String localPart){