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/04/29 17:46:44 UTC

[camel] branch master updated: Fixed CS for Camel-CMIS

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 5d19fe6  Fixed CS for Camel-CMIS
5d19fe6 is described below

commit 5d19fe60594578866b0c2c7782342026a021c2b7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Apr 29 19:46:23 2019 +0200

    Fixed CS for Camel-CMIS
---
 .../src/main/java/org/apache/camel/component/cmis/CMISEndpoint.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISEndpoint.java b/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISEndpoint.java
index 13aaf20..7ca317f 100644
--- a/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISEndpoint.java
+++ b/components/camel-cmis/src/main/java/org/apache/camel/component/cmis/CMISEndpoint.java
@@ -73,7 +73,7 @@ public class CMISEndpoint extends DefaultEndpoint {
         return consumer;
     }
 
-public boolean isQueryMode() {
+    public boolean isQueryMode() {
         return queryMode;
     }