This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit c68160ec5e7f107edf111971d62a4cd90dd217de Author: Andrea Cosentino <[email protected]> AuthorDate: Thu May 13 09:21:22 2021 +0200 Camel-AWS2-Cloud Watch: Wrong refs to Athena in javadoc --- .../org/apache/camel/component/aws2/cw/client/Cw2ClientFactory.java | 4 ++-- .../camel/component/aws2/cw/client/impl/Cw2ClientStandardImpl.java | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/Cw2ClientFactory.java b/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/Cw2ClientFactory.java index bf05a42..9db94fb 100644 --- a/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/Cw2ClientFactory.java +++ b/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/Cw2ClientFactory.java @@ -21,7 +21,7 @@ import org.apache.camel.component.aws2.cw.client.impl.Cw2ClientIAMOptimizedImpl; import org.apache.camel.component.aws2.cw.client.impl.Cw2ClientStandardImpl; /** - * Factory class to return the correct type of AWS Athena client. + * Factory class to return the correct type of AWS Cloud Watch client. */ public final class Cw2ClientFactory { @@ -29,7 +29,7 @@ public final class Cw2ClientFactory { } /** - * Return the correct AWS Athena client (based on remote vs local). + * Return the correct AWS Cloud Watch client (based on remote vs local). * * @param configuration configuration * @return CloudWatchClient diff --git a/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/impl/Cw2ClientStandardImpl.java b/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/impl/Cw2ClientStandardImpl.java index 3deaa70..383a5b9 100644 --- a/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/impl/Cw2ClientStandardImpl.java +++ b/components/camel-aws/camel-aws2-cw/src/main/java/org/apache/camel/component/aws2/cw/client/impl/Cw2ClientStandardImpl.java @@ -35,7 +35,7 @@ import software.amazon.awssdk.services.cloudwatch.CloudWatchClientBuilder; import software.amazon.awssdk.utils.AttributeMap; /** - * Manage an AWS Athena client for all users to use. This implementation is for local instances to use a static and + * Manage an AWS Cloud Watch client for all users to use. This implementation is for local instances to use a static and * solid credential set. */ public class Cw2ClientStandardImpl implements Cw2InternalClient { @@ -51,9 +51,9 @@ public class Cw2ClientStandardImpl implements Cw2InternalClient { } /** - * Getting the Athena AWS client that is used. + * Getting the Cloud Watch AWS client that is used. * - * @return Amazon Athena Client. + * @return Amazon Cloud Watch Client. */ @Override public CloudWatchClient getCloudWatchClient() {
