From: Tomas Wenström Date: Thu, 28 Nov 2019 21:18:56 +0000 (+0100) Subject: Could not compile with import * X-Git-Url: http://dolda2000.com/gitweb/?p=kaka%2Fcakelight.git;a=commitdiff_plain;h=32ed05798d7051a4fe5db840ae6b6786f3b583d9;hp=9f2bc172dfe8fbb62e8b7a58120e165722a198aa Could not compile with import * --- diff --git a/src/kaka/cakelight/Commands.java b/src/kaka/cakelight/Commands.java index 38fb77e..1a6a850 100644 --- a/src/kaka/cakelight/Commands.java +++ b/src/kaka/cakelight/Commands.java @@ -1,6 +1,10 @@ package kaka.cakelight; -import kaka.cakelight.mode.*; +import kaka.cakelight.mode.AmbientMode; +import kaka.cakelight.mode.SingleColorMode; +import kaka.cakelight.mode.SunriseMode; +import kaka.cakelight.mode.TwoColorNoiseMode; +import kaka.cakelight.mode.VideoMode; import java.util.function.BiFunction;