< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/Encodings.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 ----
*** 47,56 **** --- 46,56 ---- * to provides writers for the different encodings, but can be used * to override encoding names and provide the last printable character * for each encoding. * * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a> + * @LastModified: Oct 2017 */ public final class Encodings extends Object {
< prev index next >