File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/google/firebase/auth Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ private ListUsersPage(
49
49
}
50
50
51
51
/**
52
- * Checks if there is another page of users available for retrieving .
52
+ * Checks if there is another page of users available to retrieve .
53
53
*
54
54
* @return true if another page is available, or false otherwise.
55
55
*/
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ public boolean isDisabled() {
172
172
}
173
173
174
174
/**
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.
177
177
*
178
178
* @return an array of {@link UserInfo} instances, which may be empty.
179
179
*/
You can’t perform that action at this time.
0 commit comments