Improve javadoc for all addons (#15667)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-09-30 21:49:12 +02:00
committed by GitHub
parent 0039e391cd
commit cbf4411034
618 changed files with 1106 additions and 1110 deletions

View File

@@ -37,7 +37,6 @@ public class SpotifyActions implements ThingActions, ThingHandlerService {
* Play a context uri (track or other) on the current active device (if null is passed for deviceID) or the given
* device at the given offset and/or position in milliseconds.
*
* @param actions Spotify Actions object.
* @param contextUri context uri (track or other)
* @param deviceId Id of the device to play on, or current device if given null
* @param offset Offset in the list, default 0.

View File

@@ -80,8 +80,9 @@ public class SpotifyApi {
/**
* Constructor.
*
* @param authorizer The authorizer used to refresh the access token when expired
* @param connector The Spotify connector handling the Web Api calls to Spotify
* @param oAuthClientService The authorizer used to refresh the access token when expired
* @param scheduler
* @param httpClient The Spotify connector handling the Web Api calls to Spotify
*/
public SpotifyApi(OAuthClientService oAuthClientService, ScheduledExecutorService scheduler,
HttpClient httpClient) {