--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/UnionPattern.java 2017-12-20 13:55:04.145303022 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/patterns/UnionPattern.java 2017-12-20 13:55:02.956186951 -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 @@ -33,6 +32,7 @@ * This class represents a union pattern, which can have multiple individual * StepPattern patterns. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class UnionPattern extends Expression {