--- old/modules/javafx.base/src/main/java/com/sun/javafx/collections/SetListenerHelper.java 2018-03-23 20:57:21.071911563 +0530 +++ new/modules/javafx.base/src/main/java/com/sun/javafx/collections/SetListenerHelper.java 2018-03-23 20:57:20.855911563 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 201, 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 @@ -28,7 +28,7 @@ import com.sun.javafx.binding.ExpressionHelperBase; import javafx.beans.InvalidationListener; import javafx.collections.SetChangeListener; -import sun.util.logging.PlatformLogger; +import com.sun.javafx.logging.PlatformLogger; import java.util.Arrays;