--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.java 2017-12-20 13:50:03.209928438 -0800
+++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamespaceItemList.java 2017-12-20 13:50:02.183828281 -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
@@ -27,6 +26,8 @@
* The XSNamesaceItemList
interface provides the abstraction of
* an immutable ordered collection of XSNamespaceItem
s, without
* defining or constraining how this collection is implemented.
+ *
+ * @LastModified: Oct 2017
*/
public interface XSNamespaceItemList extends List {
/**