From 2f612b13218a94e61d97f8c441b1652d2f57a5cd Mon Sep 17 00:00:00 2001
From: gnaegi <none@none>
Date: Fri, 4 Jul 2014 09:07:01 +0200
Subject: [PATCH] non-jira: make javadoc consistent

---
 .../commons/modules/bc/FolderRunController.java    | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/main/java/org/olat/core/commons/modules/bc/FolderRunController.java b/src/main/java/org/olat/core/commons/modules/bc/FolderRunController.java
index 91924d5861b..ce9c0c0a6e4 100644
--- a/src/main/java/org/olat/core/commons/modules/bc/FolderRunController.java
+++ b/src/main/java/org/olat/core/commons/modules/bc/FolderRunController.java
@@ -128,6 +128,7 @@ public class FolderRunController extends BasicController implements Activateable
 	 * Constructor for a folder controller without filter and custom link model for editor
 	 * @param rootContainer
 	 * @param displayWebDAVLink
+	 *            true: show the webDAV link; false: hide the webDAV link
 	 * @param ureq
 	 * @param wControl
 	 */
@@ -139,6 +140,13 @@ public class FolderRunController extends BasicController implements Activateable
 	 * Constructor for a folder controller without filter and custom link model for editor.
 	 * @param rootContainer
 	 * @param displayWebDAVLink
+	 *            true: show the webDAV link; false: hide the webDAV link
+	 * @param displaySearch
+	 *            true: display the search field; false: omit the search field.
+	 *            Note: for guest users the search is always omitted.
+	 * @param canMail
+	 * 			  true: allow sending document / link to document via email to other users
+	 *            false: don't use mail feature
 	 * @param ureq
 	 * @param wControl
 	 */
@@ -159,6 +167,9 @@ public class FolderRunController extends BasicController implements Activateable
 	 * @param displaySearch
 	 *            true: display the search field; false: omit the search field.
 	 *            Note: for guest users the search is always omitted.
+	 * @param canMail
+	 * 			  true: allow sending document / link to document via email to other users
+	 *            false: don't use mail feature
 	 * @param ureq
 	 *            The user request object
 	 * @param wControl
@@ -189,6 +200,9 @@ public class FolderRunController extends BasicController implements Activateable
 	 * @param displaySearch
 	 *            true: display the search field; false: omit the search field.
 	 *            Note: for guest users the search is always omitted.
+	 * @param canMail
+	 * 			  true: allow sending document / link to document via email to other users
+	 *            false: don't use mail feature
 	 * @param ureq
 	 *            The user request object
 	 * @param wControl
-- 
GitLab