--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XNodeSet.java 2017-12-20 13:54:32.408205114 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XNodeSet.java 2017-12-20 13:54:31.386105345 -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 @@ -36,6 +35,7 @@ * This class represents an XPath nodeset object, and is capable of * converting the nodeset to other types, such as a string. * @xsl.usage general + * @LastModified: Oct 2017 */ public class XNodeSet extends NodeSequence {