Fixed CS
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d80f93cc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d80f93cc Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d80f93cc Branch: refs/heads/master Commit: d80f93cca26f82126f408179fdc8c3c6c1ccbc7f Parents: 2645cc1 Author: Andrea Cosentino <anco...@gmail.com> Authored: Thu Jul 28 14:20:07 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Thu Jul 28 14:20:07 2016 +0200 ---------------------------------------------------------------------- .../camel/component/kafka/KafkaConfiguration.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d80f93cc/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java ---------------------------------------------------------------------- diff --git a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java index 6326408..a530795 100644 --- a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java +++ b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java @@ -766,18 +766,18 @@ public class KafkaConfiguration { } public String getSaslMechanism() { - return saslMechanism; - } + return saslMechanism; + } /** * The Simple Authentication and Security Layer (SASL) Mechanism used. * For the valid values see <a href="http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml">http://www.iana.org/assignments/sasl-mechanisms/sasl-mechanisms.xhtml</a> */ - public void setSaslMechanism(String saslMechanism) { - this.saslMechanism = saslMechanism; - } + public void setSaslMechanism(String saslMechanism) { + this.saslMechanism = saslMechanism; + } - public String getSecurityProtocol() { + public String getSecurityProtocol() { return securityProtocol; }