diff options
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/public.js | 12 |
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) { |