From b20bf5d795973d42f9799090465b2da0f96dbd0a Mon Sep 17 00:00:00 2001 From: Laurent Garnier Date: Tue, 1 Oct 2024 21:17:21 +0200 Subject: [PATCH] Apply spotless Signed-off-by: Laurent Garnier --- .../core/automation/rest/internal/ThingActionsResource.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/ThingActionsResource.java b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/ThingActionsResource.java index 0f671502c4e..4a72b5ca2e0 100644 --- a/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/ThingActionsResource.java +++ b/bundles/org.openhab.core.automation.rest/src/main/java/org/openhab/core/automation/rest/internal/ThingActionsResource.java @@ -183,7 +183,8 @@ public Response getActions(@PathParam("thingUID") @Parameter(description = "thin List inputParameters = ActionInputsToConfigDescriptionParameters .map(actionType.getInputs()); if (inputParameters == null) { - logger.info("Thing action {} has an input with an unsupported type, hiding it in the UI.", actionType.getUID()); + logger.info("Thing action {} has an input with an unsupported type, hiding it in the UI.", + actionType.getUID()); } ThingActionDTO actionDTO = new ThingActionDTO();