--- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.java 2017-12-20 13:39:22.968433125 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/UnionPathExpr.java 2017-12-20 13:39:21.914330224 -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 @@ -39,6 +38,7 @@ /** * @author Jacek Ambroziak * @author Santiago Pericas-Geertsen + * @LastModified: Nov 2017 */ final class UnionPathExpr extends Expression {