diff --git a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionInputsHelper.java b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionInputsHelper.java
index 01c84ac66..8edf76c1e 100644
--- a/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionInputsHelper.java
+++ b/bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/util/ActionInputsHelper.java
@@ -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)
diff --git a/bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/BaseHttpUtilTest.java b/bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/BaseHttpUtilTest.java
index 321903e49..8809dfc40 100644
--- a/bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/BaseHttpUtilTest.java
+++ b/bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/BaseHttpUtilTest.java
@@ -33,7 +33,7 @@ import org.mockito.quality.Strictness;
/**
* Base class for tests for the HttpRequestBuilder
and HttpUtil
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)
diff --git a/bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/HttpRequestBuilderTest.java b/bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/HttpRequestBuilderTest.java
index 6d250d9b2..95dc1c8b4 100644
--- a/bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/HttpRequestBuilderTest.java
+++ b/bundles/org.openhab.core.io.net/src/test/java/org/openhab/core/io/net/http/HttpRequestBuilderTest.java
@@ -32,7 +32,7 @@ import org.mockito.ArgumentMatchers;
/**
* Test cases for the HttpRequestBuilder
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 {