mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
Fix JavaDoc
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
parent
1f8155c330
commit
fa73d3cb49
@ -53,7 +53,7 @@ import org.slf4j.LoggerFactory;
|
|||||||
* {@link ConfigDescriptionParameter}s and to convert serialised inputs to the Java types required by the
|
* {@link ConfigDescriptionParameter}s and to convert serialised inputs to the Java types required by the
|
||||||
* {@link Input}s of a {@link ActionType}.
|
* {@link Input}s of a {@link ActionType}.
|
||||||
*
|
*
|
||||||
* @author Laurent Garnier & Florian Hotze - Initial contribution
|
* @author Laurent Garnier and Florian Hotze - Initial contribution
|
||||||
*/
|
*/
|
||||||
@NonNullByDefault
|
@NonNullByDefault
|
||||||
@Component(service = ActionInputsHelper.class)
|
@Component(service = ActionInputsHelper.class)
|
||||||
|
@ -33,7 +33,7 @@ import org.mockito.quality.Strictness;
|
|||||||
/**
|
/**
|
||||||
* Base class for tests for the <code>HttpRequestBuilder</code> and <code>HttpUtil</code> to validate their behavior
|
* Base class for tests for the <code>HttpRequestBuilder</code> and <code>HttpUtil</code> to validate their behavior
|
||||||
*
|
*
|
||||||
* @author Martin van Wingerden & Wouter Born - Initial contribution
|
* @author Martin van Wingerden and Wouter Born - Initial contribution
|
||||||
* @author Markus Rathgeb - Base test classes without tests needs to be abstract
|
* @author Markus Rathgeb - Base test classes without tests needs to be abstract
|
||||||
*/
|
*/
|
||||||
@ExtendWith(MockitoExtension.class)
|
@ExtendWith(MockitoExtension.class)
|
||||||
|
@ -32,7 +32,7 @@ import org.mockito.ArgumentMatchers;
|
|||||||
/**
|
/**
|
||||||
* Test cases for the <code>HttpRequestBuilder</code> to validate its behaviour
|
* Test cases for the <code>HttpRequestBuilder</code> to validate its behaviour
|
||||||
*
|
*
|
||||||
* @author Martin van Wingerden & Wouter Born - Initial contribution
|
* @author Martin van Wingerden and Wouter Born - Initial contribution
|
||||||
*/
|
*/
|
||||||
@NonNullByDefault
|
@NonNullByDefault
|
||||||
public class HttpRequestBuilderTest extends BaseHttpUtilTest {
|
public class HttpRequestBuilderTest extends BaseHttpUtilTest {
|
||||||
|
Loading…
Reference in New Issue
Block a user