Skip to content

Commit 82510ac

Browse files
authored
Minor javadoc updates (#108)
1 parent acec5fe commit 82510ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/google/firebase/auth/ListUsersPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private ListUsersPage(
4949
}
5050

5151
/**
52-
* Checks if there is another page of users available for retrieving.
52+
* Checks if there is another page of users available to retrieve.
5353
*
5454
* @return true if another page is available, or false otherwise.
5555
*/

src/main/java/com/google/firebase/auth/UserRecord.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ public boolean isDisabled() {
172172
}
173173

174174
/**
175-
* Returns an array of UserInfo objects that represents the identities from different identity
176-
* providers that are linked to this user.
175+
* Returns an array of {@code UserInfo} objects that represents the identities from different
176+
* identity providers that are linked to this user.
177177
*
178178
* @return an array of {@link UserInfo} instances, which may be empty.
179179
*/

0 commit comments

Comments
 (0)