--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncHere.java 2017-12-20 13:53:54.510505866 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncHere.java 2017-12-20 13:53:53.382395749 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /** * Licensed to the Apache Software Foundation (ASF) under one @@ -36,6 +35,8 @@ /** * Execute the XML Signature here() function. + * + * @LastModified: Oct 2017 */ public final class FuncHere extends Function {