< prev index next >

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

Print this page

        

@@ -1,8 +1,7 @@
 /*
  * Copyright (c) 2007, 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.

@@ -47,10 +46,11 @@
  *
  * The user of this class doesn't know if the output is ultimatley XML or HTML.
  *
  * This class is not a public API, it is public because it is used within Xalan.
  * @xsl.usage internal
+ * @LastModified: Oct 2017
  */
 public final class ToUnknownStream extends SerializerBase
 {
     /**
      * The wrapped handler, initially XML but possibly switched to HTML
< prev index next >