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

@@ -78,8 +78,7 @@ abstract class BaseChannelHandler<T> implements ChannelHandler {
/**
* Creates a subscription instance for this device if subscription is supported.
*
* @param device device to which state changes to subscribe to
* @param channelID channel ID
* @param channelId channel ID
* @param handler
* @return an {@code Optional} containing the ServiceSubscription, or an empty {@code Optional} if subscription is
* not supported.

View File

@@ -102,7 +102,7 @@ public class WakeOnLanUtility {
/**
* Send single WOL (Wake On Lan) package on all interfaces
*
* @macAddress MAC address to send WOL package to
* @param macAddress MAC address to send WOL package to
*/
public static void sendWOLPacket(String macAddress) {
byte[] bytes = getWOLPackage(macAddress);