--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamedMap.java 2017-12-20 13:50:00.659679508 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSNamedMap.java 2017-12-20 13:49:59.541570369 -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,8 @@ * accessed by name. Note that XSNamedMap does not inherit from * XSObjectList. The XSObjects in * XSNamedMaps are not maintained in any particular order. + * + * @LastModified: Oct 2017 */ public interface XSNamedMap extends Map { /**