You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/19 09:58:31 UTC

[camel] branch master updated: Camel-AWS2-S3: Removed unused method

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 52f6226  Camel-AWS2-S3: Removed unused method
52f6226 is described below

commit 52f6226a0f18f834a02aa2f478ba3aca47d20c04
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 19 10:56:56 2020 +0100

    Camel-AWS2-S3: Removed unused method
---
 .../java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java  | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
index c120232..9c562d5 100644
--- a/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
+++ b/components/camel-aws2-s3/src/main/java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java
@@ -386,10 +386,6 @@ public class AWS2S3Configuration implements Cloneable {
         this.keyName = keyName;
     }
 
-    public boolean hasProxyConfiguration() {
-        return ObjectHelper.isNotEmpty(getProxyHost()) && ObjectHelper.isNotEmpty(getProxyPort());
-    }
-
     // *************************************************
     //
     // *************************************************