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

@@ -87,10 +87,8 @@ public class TeleinfoInputStream extends InputStream {
* Returns the next frame.
*
* @return the next frame or null if end of stream
* @throws TimeoutException
* @throws IOException
* @throws InvalidFrameException
* @throws Exception
*/
public synchronized @Nullable Frame readNextFrame() throws InvalidFrameException, IOException {
// seek the next header frame

View File

@@ -16,7 +16,8 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.openhab.binding.teleinfo.internal.serial.TeleinfoTicMode;
/**
* The {@link FrameUtil} class defines a utility class for {@link FrameCbetmLong}.
* The {@link FrameUtil} class defines a utility class for
* {@link org.openhab.binding.teleinfo.internal.data.FrameType#CBETM_LONG_BASE}.
*
* @author Nicolas SIBERIL - Initial contribution
*/