Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user