[ADF-3745] Updated doc comments (#4237)

This commit is contained in:
Andy Stark
2019-02-01 13:14:04 +00:00
committed by Eugenio Romano
parent abb7692476
commit 267a87f110
3 changed files with 24 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ export class LoginDialogService {
/**
* Opens a dialog to choose a file to upload.
* @param action Name of the action to show in the title
* @param contentEntry Item to upload
* @param title Title for the dialog
* @returns Information about the chosen file(s)
*/
openLogin(actionName: string, title: string): Observable<string> {