--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/Function2Args.java 2017-12-20 13:54:12.771288326 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/Function2Args.java 2017-12-20 13:54:11.755189143 -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 @@ -31,6 +30,7 @@ /** * Base class for functions that accept two arguments. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class Function2Args extends FunctionOneArg {