--- old/src/java.base/share/classes/sun/text/ComposedCharIter.java 2020-01-10 15:57:09.000000000 -0800 +++ new/src/java.base/share/classes/sun/text/ComposedCharIter.java 2020-01-10 15:57:09.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 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 @@ -25,8 +25,8 @@ package sun.text; -import sun.text.normalizer.NormalizerBase; -import sun.text.normalizer.NormalizerImpl; +import jdk.internal.icu.impl.NormalizerImpl; +import jdk.internal.icu.text.NormalizerBase; public final class ComposedCharIter { /**