--- old/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/Printer.java 2017-06-14 09:43:10.496981489 -0700 +++ new/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/Printer.java 2017-06-14 09:43:09.468930129 -0700 @@ -1,6 +1,5 @@ /* - * reserved comment block - * DO NOT REMOVE OR ALTER! + * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -47,6 +46,7 @@ * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}. */ +@Deprecated public class Printer {