--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPath.java 2017-12-20 13:52:42.755501776 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPath.java 2017-12-20 13:52:41.685397322 -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 @@ -41,6 +40,7 @@ * The XPath class wraps an expression object and provides general services * for execution of that expression. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class XPath implements Serializable, ExpressionOwner {