--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/StepPattern.java 2017-12-20 13:55:00.131911268 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/StepPattern.java 2017-12-20 13:54:58.988799687 -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 @@ -38,6 +37,7 @@ /** * This class represents a single pattern match step. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class StepPattern extends NodeTest implements SubContextList, ExpressionOwner {