From 3a5ee30ff938d999bebdfc1fb44d720ef14bbb24 Mon Sep 17 00:00:00 2001 From: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com> Date: Tue, 2 Jan 2024 01:12:11 +0100 Subject: [PATCH] Update HeatpumpVisibility.java (#16173) Fix typo Signed-off-by: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com> --- .../luxtronikheatpump/internal/enums/HeatpumpVisibility.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/enums/HeatpumpVisibility.java b/bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/enums/HeatpumpVisibility.java index 613232f039..23194f3f93 100644 --- a/bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/enums/HeatpumpVisibility.java +++ b/bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/enums/HeatpumpVisibility.java @@ -17,7 +17,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault; /** * Represents all heatpump visibily settings * - * The names of the enum values are those used in the code if the internal Java applet of the heat pump + * The names of the enum values are those used in the code of the internal Java applet of the heat pump * The meaning of most of the values is currently unclear, but are included here for completeness only * * @author Stefan Giehl - Initial contribution -- 2.47.3