From f8e34cfdae8f3edf476dd0f5ff8665a975836349 Mon Sep 17 00:00:00 2001 From: Stefan Triller Date: Mon, 9 Jul 2018 17:31:06 +0200 Subject: [PATCH] Fix typo in Javadoc of ChannelTypeBuilder interface Signed-off-by: Stefan Triller --- .../smarthome/core/thing/internal/type/IChannelTypeBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/core/org.eclipse.smarthome.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/IChannelTypeBuilder.java b/bundles/core/org.eclipse.smarthome.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/IChannelTypeBuilder.java index 1374a674987..6fba6b353d1 100644 --- a/bundles/core/org.eclipse.smarthome.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/IChannelTypeBuilder.java +++ b/bundles/core/org.eclipse.smarthome.core.thing/src/main/java/org/eclipse/smarthome/core/thing/internal/type/IChannelTypeBuilder.java @@ -29,7 +29,7 @@ public interface IChannelTypeBuilder> { /** * Specify whether this is an advanced channel, default is false * - * @param advanced true is this is an advanced {@link ChannelType} + * @param advanced true if this is an advanced {@link ChannelType} * @return this Builder */ T isAdvanced(boolean advanced);