Skip to content

Commit fa73d3c

Browse files
holgerfriedrichwborn
authored andcommitted
Fix JavaDoc
Signed-off-by: Holger Friedrich <[email protected]>
1 parent 1f8155c commit fa73d3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionInputsHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* {@link ConfigDescriptionParameter}s and to convert serialised inputs to the Java types required by the
5454
* {@link Input}s of a {@link ActionType}.
5555
*
56-
* @author Laurent Garnier & Florian Hotze - Initial contribution
56+
* @author Laurent Garnier and Florian Hotze - Initial contribution
5757
*/
5858
@NonNullByDefault
5959
@Component(service = ActionInputsHelper.class)

bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/BaseHttpUtilTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Base class for tests for the <code>HttpRequestBuilder</code> and <code>HttpUtil</code> to validate their behavior
3535
*
36-
* @author Martin van Wingerden & Wouter Born - Initial contribution
36+
* @author Martin van Wingerden and Wouter Born - Initial contribution
3737
* @author Markus Rathgeb - Base test classes without tests needs to be abstract
3838
*/
3939
@ExtendWith(MockitoExtension.class)

bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/HttpRequestBuilderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* Test cases for the <code>HttpRequestBuilder</code> to validate its behaviour
3434
*
35-
* @author Martin van Wingerden & Wouter Born - Initial contribution
35+
* @author Martin van Wingerden and Wouter Born - Initial contribution
3636
*/
3737
@NonNullByDefault
3838
public class HttpRequestBuilderTest extends BaseHttpUtilTest {

0 commit comments

Comments
 (0)