Skip to content
Snippets Groups Projects
Commit 2f612b13 authored by gnaegi's avatar gnaegi
Browse files

non-jira: make javadoc consistent

parent 5ba26c1f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment