--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/ShortList.java 2017-12-20 13:49:55.375163686 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xs/ShortList.java 2017-12-20 13:49:54.375066066 -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 @@ -26,6 +25,8 @@ /** * The ShortList is an immutable ordered collection of * unsigned short. + * + * @LastModified: Oct 2017 */ public interface ShortList extends List { /**