--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/NodeSet.java 2017-12-20 13:52:33.006550172 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/NodeSet.java 2017-12-20 13:52:31.988450794 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -56,6 +55,7 @@ * to the same calls; the disadvantage is that some of them may return * less-than-enlightening results when you do so.

* @xsl.usage advanced + * @LastModified: Nov 2017 */ public class NodeSet implements NodeList, NodeIterator, Cloneable, ContextNodeList