From: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com> Date: Tue, 2 Jan 2024 00:12:11 +0000 (+0100) Subject: Update HeatpumpVisibility.java (#16173) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=3a5ee30ff938d999bebdfc1fb44d720ef14bbb24;p=openhab-addons.git Update HeatpumpVisibility.java (#16173) Fix typo Signed-off-by: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com> --- 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