diff --git a/scala-console-plugins/examples/Sphere.sc b/scala-console-plugins/examples/Sphere.sc index 069b63e..11d5c8b 100644 --- a/scala-console-plugins/examples/Sphere.sc +++ b/scala-console-plugins/examples/Sphere.sc @@ -1,5 +1,5 @@ -import ij.* -import ij.process.* +import ij._ +import ij.process._ /** Creates an image of a sphere using discontinuity in "Red/Green" lookup table */ def sphere(): Unit = {