--- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/DOMBuilder.java 2017-12-20 13:52:02.067530187 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/DOMBuilder.java 2017-12-20 13:52:01.088434617 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2006, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -40,6 +39,7 @@ * that SAX doesn't handle yet) and adds the result to a document * or document fragment. * @xsl.usage general + * @LastModified: Oct 2017 */ public class DOMBuilder implements ContentHandler, LexicalHandler