CAMEL-10402: fix javadoc, adoc, camel-servicenow-starter
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/576fc637 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/576fc637 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/576fc637 Branch: refs/heads/camel-2.18.x Commit: 576fc637f3f9d2b4544dfd3b36e0b1f8d4489f40 Parents: 944fb67 Author: lburgazzoli <lburgazz...@gmail.com> Authored: Thu Oct 20 16:46:12 2016 +0200 Committer: lburgazzoli <lburgazz...@gmail.com> Committed: Thu Oct 20 16:48:19 2016 +0200 ---------------------------------------------------------------------- .../servicenow/springboot/ServiceNowComponentConfiguration.java | 4 ++-- .../camel-servicenow/src/main/docs/servicenow-component.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/576fc637/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java ---------------------------------------------------------------------- diff --git a/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java b/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java index e68f2a6..76e8d4a 100644 --- a/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java +++ b/components-starter/camel-servicenow-starter/src/main/java/org/apache/camel/component/servicenow/springboot/ServiceNowComponentConfiguration.java @@ -32,11 +32,11 @@ public class ServiceNowComponentConfiguration { */ private String apiUrl; /** - * ServiceNow user account name MUST be provided + * ServiceNow user account name */ private String userName; /** - * ServiceNow account password MUST be provided + * ServiceNow account password */ private String password; /** http://git-wip-us.apache.org/repos/asf/camel/blob/576fc637/components/camel-servicenow/src/main/docs/servicenow-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-servicenow/src/main/docs/servicenow-component.adoc b/components/camel-servicenow/src/main/docs/servicenow-component.adoc index 301c55a..7d15c0b 100644 --- a/components/camel-servicenow/src/main/docs/servicenow-component.adoc +++ b/components/camel-servicenow/src/main/docs/servicenow-component.adoc @@ -45,8 +45,8 @@ The ServiceNow component supports 6 options which are listed below. |======================================================================= | Name | Java Type | Description | apiUrl | String | The ServiceNow REST API url -| userName | String | ServiceNow user account name MUST be provided -| password | String | ServiceNow account password MUST be provided +| userName | String | ServiceNow user account name +| password | String | ServiceNow account password | oauthClientId | String | OAuth2 ClientID | oauthClientSecret | String | OAuth2 ClientSecret | oauthTokenUrl | String | OAuth token Url