Avoid star imports and add missing braces (#10521)
Fixes the following SAT findings: * AvoidStarImportCheck (125) * NeedBracesCheck (39) Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -29,7 +29,12 @@ import org.openhab.binding.enigma2.internal.Enigma2Client;
|
||||
import org.openhab.binding.enigma2.internal.Enigma2Configuration;
|
||||
import org.openhab.binding.enigma2.internal.Enigma2RemoteKey;
|
||||
import org.openhab.binding.enigma2.internal.actions.Enigma2Actions;
|
||||
import org.openhab.core.library.types.*;
|
||||
import org.openhab.core.library.types.DecimalType;
|
||||
import org.openhab.core.library.types.NextPreviousType;
|
||||
import org.openhab.core.library.types.OnOffType;
|
||||
import org.openhab.core.library.types.PercentType;
|
||||
import org.openhab.core.library.types.PlayPauseType;
|
||||
import org.openhab.core.library.types.StringType;
|
||||
import org.openhab.core.thing.ChannelUID;
|
||||
import org.openhab.core.thing.Thing;
|
||||
import org.openhab.core.thing.ThingStatus;
|
||||
@@ -293,7 +298,7 @@ public class Enigma2Handler extends BaseThingHandler {
|
||||
|
||||
/**
|
||||
* Getter for Test-Injection
|
||||
*
|
||||
*
|
||||
* @return Enigma2Client.
|
||||
*/
|
||||
Optional<Enigma2Client> getEnigma2Client() {
|
||||
|
||||
Reference in New Issue
Block a user