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/11/05 13:21:52 UTC

[camel] 02/05: Camel-Git: Fixed CS

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

commit 5c0d08f744f8ee2aa54a0345b67dc7d00992ed88
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 5 13:57:29 2020 +0100

    Camel-Git: Fixed CS
---
 .../src/main/java/org/apache/camel/component/git/GitConstants.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-git/src/main/java/org/apache/camel/component/git/GitConstants.java b/components/camel-git/src/main/java/org/apache/camel/component/git/GitConstants.java
index d3a4010..d4bce85 100644
--- a/components/camel-git/src/main/java/org/apache/camel/component/git/GitConstants.java
+++ b/components/camel-git/src/main/java/org/apache/camel/component/git/GitConstants.java
@@ -26,5 +26,5 @@ public interface GitConstants {
     String GIT_ALLOW_EMPTY = "CamelGitAllowEmpty";
     String GIT_COMMIT_AUTHOR_NAME = "CamelGitAuthorName";
     String GIT_COMMIT_COMMITTER_NAME = "CamelGitCommiterName";
-    String GIT_COMMIT_TIME = "CamelGitCommitTime";    
+    String GIT_COMMIT_TIME = "CamelGitCommitTime";
 }