< prev index next >

modules/javafx.graphics/src/main/java/com/sun/prism/impl/BaseMesh.java

Print this page

        

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

@@ -30,11 +30,11 @@
 import com.sun.javafx.geom.Vec3f;
 import com.sun.prism.Mesh;
 import java.util.Arrays;
 import java.util.HashMap;
 import javafx.scene.shape.VertexFormat;
-import sun.util.logging.PlatformLogger;
+import com.sun.javafx.logging.PlatformLogger;
 
 /**
  * TODO: 3D - Need documentation
  */
 public abstract class BaseMesh extends BaseGraphicsResource implements Mesh {
< prev index next >