--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XObject.java 2017-12-20 13:54:36.548609265 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XObject.java 2017-12-20 13:54:35.535510375 -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 @@ -45,6 +44,7 @@ * This class acts as the base class to other XPath type objects, * such as XString, and provides polymorphic casting capabilities. * @xsl.usage general + * @LastModified: Oct 2017 */ public class XObject extends Expression implements Serializable, Cloneable {