--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncExtFunction.java 2017-12-20 13:53:47.199792257 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncExtFunction.java 2017-12-20 13:53:46.165691317 -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 @@ -41,6 +40,7 @@ * the expression executes, it calls ExtensionsTable#extFunction, and then * converts the result to the appropriate XObject. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FuncExtFunction extends Function {