Polished
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/00bef4ef Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/00bef4ef Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/00bef4ef Branch: refs/heads/master Commit: 00bef4ef08abd883e72f9cbf83c39c7a3331a1e8 Parents: a3d9020 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Jul 29 12:44:02 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jul 29 12:44:02 2015 +0200 ---------------------------------------------------------------------- .../org/apache/camel/component/feed/FeedEndpoint.java | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/00bef4ef/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java b/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java index 28fe337..c037967 100644 --- a/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java +++ b/components/camel-atom/src/main/java/org/apache/camel/component/feed/FeedEndpoint.java @@ -213,31 +213,23 @@ public abstract class FeedEndpoint extends DefaultPollingEndpoint { return this.throttleEntries; } - /** - * @return the username - */ public String getUsername() { return username; } /** - * Sets the username to be used for basic authentication - * @param username the username to set + * Sets the username to be used for basic authentication when polling from a HTTP feed */ public void setUsername(String username) { this.username = username; } - /** - * @return the password - */ public String getPassword() { return password; } /** - * Sets the password to be used for basic authentication - * @param password the password to set + * Sets the password to be used for basic authentication when polling from a HTTP feed */ public void setPassword(String password) { this.password = password;