Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Oct 26, 2023
1 parent b39e7f7 commit 724c7a5
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 724c7a5

Please sign in to comment.