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

@@ -24,7 +24,7 @@ import org.slf4j.LoggerFactory;
* Due to nature of Paradox communication receive queue is with priority, i.e. if there is anything in receive queue we
* attempt to read the socket first and only after receive queue is empty then we attempt to send. We never send any
* packet if we have something to read.
* For more details about usage see method {@link AbstractCommunicator.submitRequest()}
* For more details about usage see method {@link AbstractCommunicator#submitRequest(IRequest)}
*
* @author Konstantin Polihronov - Initial contribution
*/