Improve javadoc for some addons (#15701)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -23,7 +23,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.openhab.core.thing.ThingTypeUID;
|
||||
|
||||
/**
|
||||
* The {@link BoseSoundTouchBindinConstants} class defines common constants, which are
|
||||
* The {@link BoseSoundTouchBindingConstants} class defines common constants, which are
|
||||
* used across the whole binding.
|
||||
*
|
||||
* @author Christian Niessner - Initial contribution
|
||||
|
||||
@@ -66,7 +66,7 @@ public class CommandExecutor implements AvailableSources {
|
||||
* Synchronizes the underlying storage container with the current value for the presets stored on the player
|
||||
* by updating the available ones and deleting the cleared ones
|
||||
*
|
||||
* @param playerPresets a Map<Integer, ContentItems> containing the items currently stored on the player
|
||||
* @param playerPresets a {@code Map<Integer, ContentItems>} containing the items currently stored on the player
|
||||
*/
|
||||
public void updatePresetContainerFromPlayer(Map<Integer, ContentItem> playerPresets) {
|
||||
playerPresets.forEach((k, v) -> {
|
||||
|
||||
Reference in New Issue
Block a user