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 2018/03/16 06:44:42 UTC

[camel] branch master updated: FUSEDOC-2320: minor fixed in camel-box

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 9bef939  FUSEDOC-2320: minor fixed in camel-box
9bef939 is described below

commit 9bef9393a3ebbf013eaf35608548454660c547a5
Author: the-systemic-way <aa...@redhat.com>
AuthorDate: Fri Mar 16 10:21:44 2018 +0530

    FUSEDOC-2320: minor fixed in camel-box
---
 .../camel-box/camel-box-component/src/main/docs/box-component.adoc    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
index 428c3ba..e5ebbb1 100644
--- a/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
+++ b/components/camel-box/camel-box-component/src/main/docs/box-component.adoc
@@ -257,7 +257,7 @@ URI Options for _collaborations_
 
 For more information on Box event logs see
 https://developer.box.com/reference#events[https://developer.box.com/reference#events].
-The following endpoints can be invoked with the prefix *`events`* as follows:
+The following endpoints can be invoked with the prefix *`event-logs`* as follows:
 
 [source]
 ----
@@ -442,7 +442,7 @@ box:folders/endpoint?[options]
 
 |getFolderInfo |info |folderId, fields |com.box.sdk.BoxFolder.Info
 
-|getFolderItems |items |folderId, offset, limit, fields |com.box.sdk.BoxFolder
+|getFolderItems |items |folderId, offset, limit, fields |java.util.List
 
 |updateFolderInfo |updateInfo |folderId, info |com.box.sdk.BoxFolder
 |===

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.