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

@@ -57,7 +57,7 @@ public class SilvercrestWifiSocketHandlerFactory extends BaseThingHandlerFactory
/**
* Used by OSGI to unsets the mediator from the handler factory.
*
* @param mediator the mediator
* @param mitsubishiMediator the mediator
*/
public void unsetMediator(final SilvercrestWifiSocketMediator mitsubishiMediator) {
logger.debug("Mediator has been unsetted from discovery service.");

View File

@@ -56,7 +56,7 @@ public class SilvercrestWifiSocketDiscoveryService extends AbstractDiscoveryServ
/**
* Used by OSGI to unset the mediator in the discovery service.
*
* @param mediator the mediator
* @param mitsubishiMediator the mediator
*/
public void unsetMediator(final SilvercrestWifiSocketMediator mitsubishiMediator) {
logger.debug("Mediator has been unsetted from discovery service.");

View File

@@ -53,7 +53,7 @@ public interface SilvercrestWifiSocketMediator {
/**
* Returns all the {@link Thing} registered.
*
* @returns all the {@link Thing}.
* @return all the {@link Thing}.
*/
Set<Thing> getAllThingsRegistred();

View File

@@ -157,7 +157,7 @@ public class SilvercrestWifiSocketMediatorImpl implements SilvercrestWifiSocketM
/**
* Returns all the {@link Thing} registered.
*
* @returns all the {@link Thing}.
* @return all the {@link Thing}.
*/
@Override
public Set<Thing> getAllThingsRegistred() {

View File

@@ -44,7 +44,7 @@ public final class ValidationUtils {
/**
* Validates if one Mac address is not valid.
*
* @param mac the mac, with or without :
* @param macAddress the mac, with or without :
* @return true if is not valid.
*/
public static boolean isMacNotValid(final String macAddress) {