aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-10 14:16:47 +0100
committerLouis Chemineau <louis@chmn.me>2022-01-11 17:13:04 +0100
commit9fc6cc96346a0a5ef4a997741d9b3b0f9a9aabbe (patch)
tree849ea6916ae25665bd1436a2d87db961ca67344d /apps/files_sharing/js
parentd92cbf51493f0aa15745d2f9545cba2372eecec3 (diff)
downloadnextcloud-server-9fc6cc96346a0a5ef4a997741d9b3b0f9a9aabbe.tar.gz
nextcloud-server-9fc6cc96346a0a5ef4a997741d9b3b0f9a9aabbe.zip
Add generic type and description when its missing
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r--apps/files_sharing/js/public.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js
index 3aa4ed78890..b31022fc2cc 100644
--- a/apps/files_sharing/js/public.js
+++ b/apps/files_sharing/js/public.js
@@ -377,12 +377,12 @@ OCA.Sharing.PublicApp = {
* fall back to old behaviour where we redirect the user to his server to mount
* the public link instead of creating a dedicated federated share
*
- * @param remote
- * @param token
- * @param owner
- * @param ownerDisplayName
- * @param name
- * @param isProtected
+ * @param {any} remote -
+ * @param {any} token -
+ * @param {any} owner -
+ * @param {any} ownerDisplayName -
+ * @param {any} name -
+ * @param {any} isProtected -
* @private
*/
_legacyCreateFederatedShare: function (remote, token, owner, ownerDisplayName, name, isProtected) {