< prev index next >

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

Print this page

        

@@ -1,8 +1,7 @@
 /*
  * 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
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

@@ -46,10 +45,11 @@
  * lookup.
  *
  * DEVELOPERS: See Known Issue in the constructor.
  *
  * @xsl.usage internal
+ * @LastModified: Oct 2017
  */
 final class CharInfo
 {
     /** Given a character, lookup a String to output (e.g. a decorated entity reference). */
     private Map<CharKey, String> m_charToString = new HashMap<>();
< prev index next >