This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1fbd700089592211796f646b929677af4587c805
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sat Jun 17 10:00:36 2023 +0200

    (chores) camel-aws: align visibility of the constructor with the one 
declared in the class
---
 .../java/org/apache/camel/component/aws2/ddb/AbstractDdbCommand.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/AbstractDdbCommand.java
 
b/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/AbstractDdbCommand.java
index 6a243c215f5..2dd3f967d6f 100644
--- 
a/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/AbstractDdbCommand.java
+++ 
b/components/camel-aws/camel-aws2-ddb/src/main/java/org/apache/camel/component/aws2/ddb/AbstractDdbCommand.java
@@ -30,7 +30,7 @@ public abstract class AbstractDdbCommand {
     protected Exchange exchange;
     protected DynamoDbClient ddbClient;
 
-    public AbstractDdbCommand(DynamoDbClient ddbClient, Ddb2Configuration 
configuration, Exchange exchange) {
+    protected AbstractDdbCommand(DynamoDbClient ddbClient, Ddb2Configuration 
configuration, Exchange exchange) {
 
         this.ddbClient = ddbClient;
         this.configuration = configuration;

Reply via email to