diff --git a/app/src/main/java/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.kt b/app/src/main/java/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.kt index 5e037611beb8..6f7cdd08705b 100644 --- a/app/src/main/java/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.kt +++ b/app/src/main/java/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.kt @@ -199,8 +199,10 @@ class SharePasswordDialogFragment : DialogFragment(), Injectable { /** * Public factory method to create new SharePasswordDialogFragment instances. * - * @param file OCFile bound to the public share that which password will be set or updated - * @param createShare When 'true', the request for password will be followed by the creation of a new public link; + * @param file OCFile bound to the public share that which + * password will be set or updated + * @param createShare When 'true', the request for password will be + * followed by the creation of a new public link * when 'false', a public share is assumed to exist, and the password is bound to it. * @return Dialog ready to show. */