--- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.java 2017-12-20 13:52:16.513940313 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/StylesheetPIHandler.java 2017-12-20 13:52:15.526843962 -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 @@ -36,6 +35,8 @@ * Search for the xml-stylesheet processing instructions in an XML document. * @see * Associating Style Sheets with XML documents, Version 1.0 + * + * @LastModified: Oct 2017 */ public class StylesheetPIHandler extends DefaultHandler {