Improve javadoc for some addons (#15701)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -261,8 +261,8 @@ public class IndegoController {
|
||||
/**
|
||||
* Sends a PUT/POST request to the server.
|
||||
*
|
||||
* @param method the type of request ({@link org.eclipse.jetty.http.HttpMethod.PUT} or
|
||||
* {@link org.eclipse.jetty.http.HttpMethod.POST})
|
||||
* @param method the type of request ({@link org.eclipse.jetty.http.HttpMethod#PUT} or
|
||||
* {@link org.eclipse.jetty.http.HttpMethod#POST})
|
||||
* @param path the relative path to which the request should be sent
|
||||
* @param requestDto the DTO which should be sent to the server as JSON
|
||||
* @throws IndegoAuthenticationException if request was rejected as unauthorized
|
||||
|
||||
@@ -281,7 +281,7 @@ public class IndegoDeviceController extends IndegoController {
|
||||
}
|
||||
|
||||
/**
|
||||
* Request map position updates for the next ({@link count} * {@link interval}) number of seconds.
|
||||
* Request map position updates for the next ({@code count} * {@code interval}) number of seconds.
|
||||
*
|
||||
* @param count number of updates
|
||||
* @param interval number of seconds between updates
|
||||
|
||||
@@ -25,7 +25,9 @@ public class IndegoTypeDatabase {
|
||||
/**
|
||||
* Return tool name from tool type number.
|
||||
*
|
||||
* @see https://www.boschtoolservice.com/gb/en/boschdiy/spareparts/search-results?q=Indego
|
||||
* @see <a href=
|
||||
* "https://www.boschtoolservice.com/gb/en/boschdiy/spareparts/search-results?q=Indego">
|
||||
* https://www.boschtoolservice.com/gb/en/boschdiy/spareparts/search-results?q=Indego</a>
|
||||
*
|
||||
* @param toolTypeNumber condensed tool type number, e.g. "3600HA2200" rather than "3 600 HA2 200".
|
||||
* @return tool type name
|
||||
|
||||
Reference in New Issue
Block a user