--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/VariableStack.java 2017-12-20 13:52:38.942129549 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/VariableStack.java 2017-12-20 13:52:37.820020019 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Nov 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -34,6 +33,7 @@ *

This has been changed from the previous incarnations of this * class to be fairly low level.

* @xsl.usage internal + * @LastModified: Nov 2017 */ public class VariableStack implements Cloneable {