File tree Expand file tree Collapse file tree
bundles/org.openhab.core.sitemap/src/main/java/org/openhab/core/sitemap Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 2424public 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 */
You can’t perform that action at this time.
0 commit comments