--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncTrue.java 2017-12-20 13:54:08.895910045 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncTrue.java 2017-12-20 13:54:07.814804516 -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 @@ -30,6 +29,7 @@ /** * Execute the True() function. * @xsl.usage advanced + * @LastModified: Oct 2017 */ public class FuncTrue extends Function {