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