< prev index next >

src/java.base/share/classes/jdk/internal/icu/lang/UCharacterEnums.java

Print this page
rev 57619 : imported patch 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

@@ -48,11 +49,11 @@
 //              DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING, DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE,
 //              DIRECTIONALITY_POP_DIRECTIONAL_FORMAT, DIRECTIONALITY_NON_SPACING_MARK,
 //              DIRECTIONALITY_BOUNDARY_NEUTRAL, DIRECTIONALITY_UNDEFINED
 //
 
-package sun.net.idn;
+package jdk.internal.icu.lang;
 
 /**
  * A container for the different 'enumerated types' used by UCharacter.
  * @draft ICU 3.0
  * @deprecated This is a draft API and might change in a future release of ICU.
< prev index next >