--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.java 2017-11-06 22:19:00.837440837 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/AttributePSVImpl.java 2017-11-06 22:19:00.381396357 -0800 @@ -1,5 +1,6 @@ /* * 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 @@ -81,8 +82,7 @@ fValidity = attrPSVI.getValidity(); if (attrPSVI instanceof AttributePSVImpl) { final AttributePSVImpl attrPSVIImpl = (AttributePSVImpl) attrPSVI; - fErrors = (attrPSVIImpl.fErrors != null) ? - (String[]) attrPSVIImpl.fErrors.clone() : null; + fErrors = (attrPSVIImpl.fErrors != null) ? attrPSVIImpl.fErrors.clone() : null; } else { final StringList errorCodes = attrPSVI.getErrorCodes();