This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.18.x by this push:
new bc8cadc8515 [Minor] Apply formatter
bc8cadc8515 is described below
commit bc8cadc85159a257036ad512f3417dfa458784e1
Author: Gregor Zurowski <[email protected]>
AuthorDate: Sun Sep 4 20:14:46 2022 +0200
[Minor] Apply formatter
---
.../apache/camel/processor/idempotent/jpa/JpaMessageIdRepository.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-jpa/src/main/java/org/apache/camel/processor/idempotent/jpa/JpaMessageIdRepository.java
b/components/camel-jpa/src/main/java/org/apache/camel/processor/idempotent/jpa/JpaMessageIdRepository.java
index bb454f094fa..f3e2f5b2d53 100644
---
a/components/camel-jpa/src/main/java/org/apache/camel/processor/idempotent/jpa/JpaMessageIdRepository.java
+++
b/components/camel-jpa/src/main/java/org/apache/camel/processor/idempotent/jpa/JpaMessageIdRepository.java
@@ -62,7 +62,7 @@ public class JpaMessageIdRepository extends ServiceSupport
implements Idempotent
String processorName) {
this.entityManagerFactory = entityManagerFactory;
this.processorName = processorName;
- this.transactionStrategy= transactionStrategy;
+ this.transactionStrategy = transactionStrategy;
}
public static JpaMessageIdRepository jpaMessageIdRepository(String
persistenceUnit, String processorName) {