< prev index next >

src/java.base/share/classes/jdk/internal/icu/lang/UCharacterDirection.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

@@ -32,11 +33,11 @@
 //      2005-05-19 Edward Wang
 //          - copy this file from icu4jsrc_3_2/src/com/ibm/icu/lang/UCharacterDirection.java
 //          - move from package com.ibm.icu.lang to package sun.net.idn
 //
 
-package sun.net.idn;
+package jdk.internal.icu.lang;
 
 /**
  * Enumerated Unicode character linguistic direction constants.
  * Used as return results from <a href=UCharacter.html>UCharacter</a>
  * <p>

@@ -45,11 +46,11 @@
  * @author Syn Wee Quek
  * @stable ICU 2.1
  */
 
 @SuppressWarnings("deprecation")
-final class UCharacterDirection implements UCharacterEnums.ECharacterDirection {
+public final class UCharacterDirection implements UCharacterEnums.ECharacterDirection {
 
     // private constructor =========================================
     ///CLOVER:OFF
     /**
      * Private constructor to prevent initialisation
< prev index next >