Fix JavaDoc

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich 2024-10-24 21:04:45 +02:00 committed by Wouter Born
parent 1f8155c330
commit fa73d3cb49
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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 {