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/30 11:58:13 UTC

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

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 9ad5bda  Fixed CS for Camel-Mock
9ad5bda is described below

commit 9ad5bda659a0111c97346e95762c1689be04d763
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 30 13:57:53 2019 +0200

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

diff --git a/components/camel-mock/src/main/java/org/apache/camel/component/mock/MockEndpoint.java b/components/camel-mock/src/main/java/org/apache/camel/component/mock/MockEndpoint.java
index 09297b3..12e4827 100644
--- a/components/camel-mock/src/main/java/org/apache/camel/component/mock/MockEndpoint.java
+++ b/components/camel-mock/src/main/java/org/apache/camel/component/mock/MockEndpoint.java
@@ -1509,7 +1509,7 @@ public class MockEndpoint extends DefaultEndpoint implements BrowsableEndpoint {
         return true;
     }
 
-public boolean isLenientProperties() {
+    public boolean isLenientProperties() {
         return true;
     }