You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/19 12:54:04 UTC

[camel] 03/21: (chores) camel-huaweicloud-common: removed unused code

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 ef7cd5e9480b1eb5c1253d83c30cbf7098878a6d
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sun Jun 19 11:07:00 2022 +0200

    (chores) camel-huaweicloud-common: removed unused code
---
 .../camel/component/huaweicloud/common/models/ServiceKeys.java       | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/components/camel-huawei/camel-huaweicloud-common/src/main/java/org/apache/camel/component/huaweicloud/common/models/ServiceKeys.java b/components/camel-huawei/camel-huaweicloud-common/src/main/java/org/apache/camel/component/huaweicloud/common/models/ServiceKeys.java
index ac03a914c34..8ac87743872 100644
--- a/components/camel-huawei/camel-huaweicloud-common/src/main/java/org/apache/camel/component/huaweicloud/common/models/ServiceKeys.java
+++ b/components/camel-huawei/camel-huaweicloud-common/src/main/java/org/apache/camel/component/huaweicloud/common/models/ServiceKeys.java
@@ -28,11 +28,6 @@ public class ServiceKeys {
         this.secretKey = secretKey;
     }
 
-    public ServiceKeys(String accessKey, String secretKey, String projectId) {
-        this.accessKey = accessKey;
-        this.secretKey = secretKey;
-    }
-
     public String getAccessKey() {
         return accessKey;
     }