--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.java 2017-12-20 13:48:23.235169908 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/WrappedSAXException.java 2017-12-20 13:48:22.222071020 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -38,6 +37,8 @@ * * @author * Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) + * + * @LastModified: Oct 2017 */ public class WrappedSAXException extends RuntimeException { private static final long serialVersionUID = -3201986204982729962L;