< prev index next >

src/java.base/share/classes/jdk/internal/icu/util/CodePointMap.java

Print this page
rev 57619 : [mq]: 8174270

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2019, 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

@@ -25,11 +25,11 @@
 // (c) 2018 and later: Unicode, Inc. and others.
 // License & terms of use: http://www.unicode.org/copyright.html#License
 
 // created: 2018may10 Markus W. Scherer
 
-package sun.text.normalizer;
+package jdk.internal.icu.util;
 
 import java.util.Iterator;
 import java.util.NoSuchElementException;
 
 /**
< prev index next >