Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/com/google/firebase/FirebaseApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private FirebaseApp(String name, FirebaseOptions options, TokenRefresher.Factory
tokenRefresher = checkNotNull(factory).create(this);
}

/** Returns a mutable list of all FirebaseApps. */
/** Returns a list of all FirebaseApps. */
public static List<FirebaseApp> getApps() {
// TODO(arondeak): reenable persistence. See b/28158809.
synchronized (appsLock) {
Expand Down
2 changes: 2 additions & 0 deletions src/main/java/com/google/firebase/database/Query.java
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ public Path getPath() {
/**
* <strong>For internal use</strong>
*
* @hide
* @return The repo
*/
public Repo getRepo() {
Expand All @@ -649,6 +650,7 @@ public Repo getRepo() {
/**
* <strong>For internal use</strong>
*
* @hide
* @return The constraints
*/
public QuerySpec getSpec() {
Expand Down