--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.java 2017-12-20 13:45:29.859246817 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegexParser.java 2017-12-20 13:45:28.694133092 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -32,6 +31,7 @@ * * @xerces.internal * + * @LastModified: Sep 2017 */ class RegexParser { static final int T_CHAR = 0;