Typos a/an (#13812)

This commit is contained in:
Дилян Палаузов
2022-12-01 15:30:50 +02:00
committed by GitHub
parent 622654ff1d
commit 78534e8106
105 changed files with 144 additions and 143 deletions

View File

@@ -68,7 +68,7 @@ public abstract class AbstractBridgeHandler<E extends AbstractRioProtocol> exten
/**
* Get's the {@link AbstractRioProtocol} handler. May be null if none currently exists
*
* @return a {@link AbstractRioProtocol} handler or null if none exists
* @return an {@link AbstractRioProtocol} handler or null if none exists
*/
protected E getProtocolHandler() {
return protocolHandler;

View File

@@ -61,7 +61,7 @@ public abstract class AbstractThingHandler<E extends AbstractRioProtocol> extend
/**
* Get's the {@link AbstractRioProtocol} handler. May be null if none currently exists
*
* @return a {@link AbstractRioProtocol} handler or null if none exists
* @return an {@link AbstractRioProtocol} handler or null if none exists
*/
protected E getProtocolHandler() {
return protocolHandler;