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