diff --git a/firebase-database/src/main/java/com/google/firebase/database/DataSnapshot.java b/firebase-database/src/main/java/com/google/firebase/database/DataSnapshot.java index 57c6ed89578..4de53729ac9 100644 --- a/firebase-database/src/main/java/com/google/firebase/database/DataSnapshot.java +++ b/firebase-database/src/main/java/com/google/firebase/database/DataSnapshot.java @@ -105,12 +105,12 @@ public boolean exists() { * returned are: * * * * This list is recursive; the possible types for {@link java.lang.Object} in the above list is @@ -129,12 +129,12 @@ public Object getValue() { * returned are: * * * * This list is recursive; the possible types for {@link java.lang.Object} in the above list is @@ -300,8 +300,8 @@ public void remove() { * types: * * * * Note that null is also allowed diff --git a/firebase-database/src/main/java/com/google/firebase/database/DatabaseReference.java b/firebase-database/src/main/java/com/google/firebase/database/DatabaseReference.java index 85e511041cc..c9db620a8ac 100644 --- a/firebase-database/src/main/java/com/google/firebase/database/DatabaseReference.java +++ b/firebase-database/src/main/java/com/google/firebase/database/DatabaseReference.java @@ -126,12 +126,12 @@ public DatabaseReference push() { * correspond to the JSON types: * * * *
@@ -165,12 +165,12 @@ public Task setValue(@Nullable Object value) { * the JSON types: * * * *
@@ -205,12 +205,12 @@ public Task setValue(@Nullable Object value, @Nullable Object priority) { * correspond to the JSON types: * * * *
@@ -242,12 +242,12 @@ public void setValue(@Nullable Object value, @Nullable CompletionListener listen * value correspond to the JSON types: * * * *
diff --git a/firebase-database/src/main/java/com/google/firebase/database/MutableData.java b/firebase-database/src/main/java/com/google/firebase/database/MutableData.java index 43752fe7648..49244e66907 100644 --- a/firebase-database/src/main/java/com/google/firebase/database/MutableData.java +++ b/firebase-database/src/main/java/com/google/firebase/database/MutableData.java @@ -166,12 +166,12 @@ public String getKey() { * returned are: * * * * This list is recursive; the possible types for {@link java.lang.Object} in the above list is @@ -267,11 +267,11 @@ public T getValue(@NonNull GenericTypeIndicator t) { * the value correspond to the JSON types: * *
    - *
  • Boolean - *
  • Long - *
  • Double - *
  • Map<String, Object> - *
  • List<Object> + *
  • Boolean + *
  • Long + *
  • Double + *
  • Map<String, Object> + *
  • List<Object> *
* *
@@ -317,8 +317,8 @@ public void setPriority(@Nullable Object priority) { * Gets the current priority at this location. The possible return types are: * *
    - *
  • Double - *
  • String + *
  • Double + *
  • String *
* * Note that null is allowed