diff --git a/api/pom.xml b/api/pom.xml
index 075b8269..d374ef12 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -135,7 +135,6 @@
* Transactional observer will be notified if there is no transaction in progress, or the transaction is in progress, - * but {@link jakarta.transaction.Synchronization} callback cannot be registered due to the transaction being already - * marked for rollback or in state where {@link jakarta.transaction.Synchronization} callbacks cannot be registered. + * but {@code jakarta.transaction.Synchronization} callback cannot be registered due to the transaction being already + * marked for rollback or in state where {@code jakarta.transaction.Synchronization} callbacks cannot be registered. *
*/ BEFORE_COMPLETION, @@ -63,8 +63,8 @@ public enum TransactionPhase { * ** Transactional observer will be notified if there is no transaction in progress, or the transaction is in progress, - * but {@link jakarta.transaction.Synchronization} callback cannot be registered due to the transaction being already - * marked for rollback or in state where {@link jakarta.transaction.Synchronization} callbacks cannot be registered. + * but {@code jakarta.transaction.Synchronization} callback cannot be registered due to the transaction being already + * marked for rollback or in state where {@code jakarta.transaction.Synchronization} callbacks cannot be registered. *
*/ AFTER_COMPLETION, @@ -76,8 +76,8 @@ public enum TransactionPhase { * ** Transactional observer will be notified will also get invoked if there is no transaction in progress, or the transaction is in progress, - * but {@link jakarta.transaction.Synchronization} callback cannot be registered due to the transaction being already - * marked for rollback or in state where {@link jakarta.transaction.Synchronization} callbacks cannot be registered. + * but {@code jakarta.transaction.Synchronization} callback cannot be registered due to the transaction being already + * marked for rollback or in state where {@code jakarta.transaction.Synchronization} callbacks cannot be registered. *
*/ AFTER_FAILURE,