--- old/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.java 2017-12-20 13:41:35.494370329 -0800 +++ new/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/output/WriterOutputBuffer.java 2017-12-20 13:41:34.366260202 -0800 @@ -1,6 +1,5 @@ /* * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Sep 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ /** * @author Santiago Pericas-Geertsen + * @LastModified: Sep 2017 */ class WriterOutputBuffer implements OutputBuffer { private static final int KB = 1024;