< prev index next >

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

Print this page

        

*** 1,8 **** /* * 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. --- 1,7 ----
*** 46,55 **** --- 45,55 ---- * 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 >