--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/LocPathIterator.java 2017-12-20 13:53:09.083071638 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/LocPathIterator.java 2017-12-20 13:53:07.907956934 -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 @@ -46,6 +45,7 @@ * the case where the LocPathIterator is "owned" by a UnionPathIterator, * in which case the UnionPathIterator will cache the nodes.

* @xsl.usage advanced + * @LastModified: Nov 2017 */ public abstract class LocPathIterator extends PredicatedNodeTest implements Cloneable, DTMIterator, java.io.Serializable, PathComponent