--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/Lexer.java 2017-12-20 13:53:38.504943542 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/Lexer.java 2017-12-20 13:53:37.388834596 -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 @@ -28,6 +27,8 @@ /** * This class is in charge of lexical processing of the XPath * expression into tokens. + * + * @LastModified: Nov 2017 */ class Lexer {