--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/Variable.java 2017-12-20 13:54:47.460674409 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/Variable.java 2017-12-20 13:54:46.419572783 -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,8 @@ /** * The variable reference expression executer. + * + * @LastModified: Oct 2017 */ public class Variable extends Expression implements PathComponent {