From ff43e990dc6ed6ba383bc7eb849a3d447001e539 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Sun, 24 Sep 2023 20:57:29 -0400 Subject: [PATCH] Use Scala 3 syntax --- scala-console-plugins/examples/Sphere.sc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {