--- old/src/java.base/share/classes/java/text/Bidi.java 2020-01-10 13:49:42.000000000 -0800 +++ new/src/java.base/share/classes/java/text/Bidi.java 2020-01-10 13:49:42.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 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 @@ -35,7 +35,7 @@ package java.text; -import sun.text.bidi.BidiBase; +import jdk.internal.icu.text.BidiBase; /** * This class implements the Unicode Bidirectional Algorithm.