Improve javadoc for some addons (#15701)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-10-08 00:25:04 +02:00
committed by GitHub
parent f8bcfb0c7e
commit f24a4305b8
275 changed files with 547 additions and 406 deletions

View File

@@ -29,7 +29,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The {@link ZoneHandler} is responsible for handling wired zones (i.e. REL & EXP messages).
* The {@link ZoneHandler} is responsible for handling wired zones (i.e. REL &amp; EXP messages).
*
* @author Bob Adair - Initial contribution
* @author Bill Forsyth - Initial contribution

View File

@@ -66,8 +66,8 @@ public final class ADCommand {
/**
* Construct an AD configuration command. If configParam is null, a query configuration command will be created.
* If configParam consists of one or more NAME=value pairs (separated by '&' characters), a set configuration
* command will be created. The validity of configParam is not checked.
* If configParam consists of one or more NAME=value pairs (separated by {@code '&'} characters), a set
* configuration command will be created. The validity of configParam is not checked.
*
* @param configParam String containing parameters to set or null
* @return ADCommand object containing the constructed command