Fix JavaDoc

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2024-10-25 08:03:46 +02:00
committed by Wouter Born
parent 1f8155c330
commit fa73d3cb49
3 changed files with 3 additions and 3 deletions
@@ -53,7 +53,7 @@ import org.slf4j.LoggerFactory;
* {@link ConfigDescriptionParameter}s and to convert serialised inputs to the Java types required by the
* {@link Input}s of a {@link ActionType}.
*
* @author Laurent Garnier & Florian Hotze - Initial contribution
* @author Laurent Garnier and Florian Hotze - Initial contribution
*/
@NonNullByDefault
@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
*
* @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
*/
@ExtendWith(MockitoExtension.class)
@@ -32,7 +32,7 @@ import org.mockito.ArgumentMatchers;
/**
* 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
public class HttpRequestBuilderTest extends BaseHttpUtilTest {