Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo committed Oct 1, 2024
1 parent ce0c2ce commit b20bf5d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ public Response getActions(@PathParam("thingUID") @Parameter(description = "thin
List<ConfigDescriptionParameter> 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();
Expand Down

0 comments on commit b20bf5d

Please sign in to comment.