diff --git a/bundles/org.openhab.binding.mideaac/src/main/java/org/openhab/binding/mideaac/internal/handler/Callback.java b/bundles/org.openhab.binding.mideaac/src/main/java/org/openhab/binding/mideaac/internal/handler/Callback.java index 7df2505918506..29d6a0b703e93 100644 --- a/bundles/org.openhab.binding.mideaac/src/main/java/org/openhab/binding/mideaac/internal/handler/Callback.java +++ b/bundles/org.openhab.binding.mideaac/src/main/java/org/openhab/binding/mideaac/internal/handler/Callback.java @@ -21,10 +21,10 @@ */ @NonNullByDefault public interface Callback { -/** - * Updates channels with the response - * - * @param response Byte response from the device used to update channels - */ + /** + * Updates channels with the response + * + * @param response Byte response from the device used to update channels + */ void updateChannels(Response response); }