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 2019/01/07 14:14:09 UTC

[camel] 02/03: CAMEL-13035 - correcting style

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

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

commit 15afdbb94d45e5446ce26d0a11b273ad2121dc55
Author: Gandhi <vg...@LAMU02W82E9HTD6.uhc.com>
AuthorDate: Fri Jan 4 19:22:57 2019 +0530

    CAMEL-13035 - correcting style
---
 .../main/java/org/apache/camel/component/telegram/model/Update.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/model/Update.java b/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/model/Update.java
index e7c814a..ba0b392 100644
--- a/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/model/Update.java
+++ b/components/camel-telegram/src/main/java/org/apache/camel/component/telegram/model/Update.java
@@ -39,8 +39,7 @@ public class Update implements Serializable {
     @JsonProperty("channel_post")
     private IncomingMessage channelpost;
 
-   
-	public Update() {
+    public Update() {
     }
 
     public Long getUpdateId() {