--- old/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.java 2017-12-20 13:48:01.248023751 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/DOMValidatorHelper.java 2017-12-20 13:48:00.219923398 -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 @@ -62,6 +61,7 @@ *

A validator helper for DOMSources.

* * @author Michael Glavassevich, IBM + * @LastModified: Oct 2017 */ final class DOMValidatorHelper implements ValidatorHelper, EntityState {