Bug 1605756 - Fix the GeckoView docs build r=geckoview-reviewers,droeh

Differential Revision: https://phabricator.services.mozilla.com/D58145

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Willcox 2019-12-31 16:59:38 +00:00
Родитель 8a223529d7
Коммит 65962f7656
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4670,14 +4670,14 @@ public class GeckoSession implements Parcelable {
}
/**
* The type of the prompt request, one of {@link #Type}.
* The type of the prompt request, one of {@link LoginStoragePrompt.Type}.
*/
public final @LoginStorageType int type;
/**
* The hint may provide some additional information on the nature or
* confidence level of the prompt request to support appropriate
* prompting styles. A flag combination of {@link #Hint}.
* prompting styles. A flag combination of {@link LoginStoragePrompt.Hint}.
*/
public final @LoginStorageHint int hint;

Просмотреть файл

@ -298,7 +298,7 @@ public class LoginStorage {
/**
* Request saving or updating of the given login entry.
* This is triggered by confirming a
* {@link GeckoSession.PromptDelegate.onLoginStoragePrompt onLoginStoragePrompt}
* {@link GeckoSession.PromptDelegate#onLoginStoragePrompt onLoginStoragePrompt}
* request of type
* {@link GeckoSession.PromptDelegate.LoginStoragePrompt.Type#SAVE Type.SAVE}.
*