This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-2.25.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.25.x by this push:
new 2ec26d6 CAMEL-15188: Fixed CS
2ec26d6 is described below
commit 2ec26d6f42522a3c44935d7e12ca9a0bfd89bb34
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 15 07:35:16 2020 +0200
CAMEL-15188: Fixed CS
---
.../apache/camel/component/telegram/TelegramConfiguration.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/TelegramConfiguration.java
b/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/TelegramConfiguration.java
index 7b6001a..f53983b 100644
---
a/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/TelegramConfiguration.java
+++
b/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/TelegramConfiguration.java
@@ -108,19 +108,19 @@ public class TelegramConfiguration {
}
public String getProxyHost() {
- return proxyHost;
+ return proxyHost;
}
public void setProxyHost(String proxyHost) {
- this.proxyHost = proxyHost;
+ this.proxyHost = proxyHost;
}
public Integer getProxyPort() {
- return proxyPort;
+ return proxyPort;
}
public void setProxyPort(Integer proxyPort) {
- this.proxyPort = proxyPort;
+ this.proxyPort = proxyPort;
}
public TelegramProxyType getProxyType() {