Skip to content

Commit 945e535

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

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public interface Chart extends NonLinkableWidget {
5353
void setRefresh(@Nullable Integer refresh);
5454

5555
/**
56-
* Get the configured chart time period. See {@link setPeriod()}.
56+
* Get the configured chart time period. See {@link #setPeriod(String)}.
5757
*
5858
* @return period
5959
*/
@@ -119,7 +119,7 @@ public interface Chart extends NonLinkableWidget {
119119
void setYAxisDecimalPattern(@Nullable String yAxisDecimalPattern);
120120

121121
/**
122-
* Gets the interpolation parameter. See {@link setInterpolation()}.
122+
* Gets the interpolation parameter. See {@link #setInterpolation(String)}.
123123
*
124124
* @return interpolation
125125
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public interface Condition {
5050
String getCondition();
5151

5252
/**
53-
* Set the condition comparator, see {@link getCondition()}.
53+
* Set the condition comparator, see {@link #getCondition()}.
5454
*
5555
* @param condition
5656
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public interface Input extends NonLinkableWidget {
2525

2626
/**
27-
* Get the input hint. This can be used by a UI to tailor the representation. See {@link setInputHint()}.
27+
* Get the input hint. This can be used by a UI to tailor the representation. See {@link #setInputHint(String)}.
2828
*
2929
* @return input hint
3030
*/

0 commit comments

Comments
 (0)