< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/EmptySerializer.java

Print this page

        

*** 1,8 **** /* * Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved. - * @LastModified: Oct 2017 */ /* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. --- 1,7 ----
*** 41,50 **** --- 40,50 ---- * * This class is not a public API, it is only public because it is used * across package boundaries. * * @xsl.usage internal + * @LastModified: Oct 2017 */ public class EmptySerializer implements SerializationHandler { protected static final String ERR = "EmptySerializer method not over-ridden";
< prev index next >