--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSObjectList.java 2017-12-20 13:50:05.778179126 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/XSObjectList.java 2017-12-20 13:50:04.706074477 -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 XSObjectList interface provides the abstraction of an * immutable ordered collection of XSObjects, without defining * or constraining how this collection is implemented. + * + * @LastModified: Oct 2017 */ public interface XSObjectList extends List { /**