< prev index next >

src/java.base/share/classes/jdk/internal/icu/impl/StringPrepDataReader.java

Print this page
rev 57619 : [mq]: 8174270

@@ -1,6 +1,7 @@
 /*
+ * Copyright (c) 2005, 2020, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -36,26 +37,26 @@
 // CHANGELOG
 //      2005-05-19 Edward Wang
 //          - copy this file from icu4jsrc_3_2/src/com/ibm/icu/impl/StringPrepDataReader.java
 //          - move from package com.ibm.icu.impl to package sun.net.idn
 //
-package sun.net.idn;
+package jdk.internal.icu.impl;
 
 import java.io.DataInputStream;
 import java.io.IOException;
 import java.io.InputStream;
 
-import sun.text.normalizer.ICUBinary;
+import jdk.internal.icu.impl.ICUBinary;
 
 
 /**
  * @author ram
  *
  * To change the template for this generated type comment go to
  * Window>Preferences>Java>Code Generation>Code and Comments
  */
-final class StringPrepDataReader implements ICUBinary.Authenticate {
+public final class StringPrepDataReader implements ICUBinary.Authenticate {
 
    /**
     * <p>private constructor.</p>
     * @param inputStream ICU uprop.dat file input stream
     * @exception IOException throw if data file fails authentication
< prev index next >