Skip to content

Commit a590590

Browse files
committed
Removed question
1 parent 3bdf63a commit a590590

File tree

1 file changed

+0
-2
lines changed
  • firebase-database/src/main/java/com/google/firebase/database/core/view

1 file changed

+0
-2
lines changed

firebase-database/src/main/java/com/google/firebase/database/core/view/View.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ public Node getCompleteServerCache(Path path) {
101101
if (cache != null) {
102102
// If this isn't a "loadsAllData" view, then cache isn't actually a complete cache and
103103
// we need to see if it contains the child we're interested in.
104-
// Clarify: just because this is a loadsAllData() doesn't mean that it'll contain the child,
105-
// right?
106104
if (this.query.loadsAllData()
107105
|| (!path.isEmpty() && !cache.getImmediateChild(path.getFront()).isEmpty())) {
108106
return cache.getChild(path);

0 commit comments

Comments
 (0)