Skip to content

Commit

Permalink
Fix JavaDoc
Browse files Browse the repository at this point in the history
Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored and wborn committed Oct 25, 2024
1 parent 1f8155c commit fa73d3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* {@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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* 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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* 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 {
Expand Down

0 comments on commit fa73d3c

Please sign in to comment.