Skip to content

Commit 6170295

Browse files
committed
fix javadoc
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
1 parent 945e535 commit 6170295

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

bundles/org.openhab.core.sitemap/src/main/java/org/openhab/core/sitemap/Condition.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ public interface Condition {
4141
void setItem(@Nullable String item);
4242

4343
/**
44-
* Get the condition comparator. Valid values are: "==", ">", "<", ">=", "<=", "!=". The item in the condition will
45-
* be compared against the value using this comparator. If no condition comparator is set, "==" is assumed.
44+
* Get the condition comparator. Valid values are: "==", "&gt;", "&lt;", "&gt;=", "&lt;=", "!=". The item in the
45+
* condition will be compared against the value using this comparator. If no condition comparator is set, "==" is
46+
* assumed.
4647
*
4748
* @return condition comparator
4849
*/

bundles/org.openhab.core.sitemap/src/main/java/org/openhab/core/sitemap/Widget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public interface Widget {
174174
*
175175
* @param visibility
176176
*/
177-
void setVisibility(List<Rule> visiblity);
177+
void setVisibility(List<Rule> visibility);
178178

179179
/**
180180
* Get type of widget.

0 commit comments

Comments
 (0)