--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPathException.java 2017-12-20 13:52:49.600169891 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPathException.java 2017-12-20 13:52:48.504062899 -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 @@ -32,6 +31,7 @@ * all the traces of the nested exceptions, not just the trace * of this object. * @xsl.usage general + * @LastModified: Oct 2017 */ public class XPathException extends TransformerException {