Skip to content

Commit a06fc87

Browse files
Tracks
1 parent 98dc00d commit a06fc87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/firestore/src/local/memory_persistence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export interface MemoryReferenceDelegate extends ReferenceDelegate {
184184
}
185185

186186
export class MemoryEagerDelegate implements MemoryReferenceDelegate {
187-
/** Manages all documents that are active in Query views. */
187+
/** Tracks all documents that are active in Query views. */
188188
private localViewReferences: ReferenceSet = new ReferenceSet();
189189
/** The list of documents that are potentially GCed after each transaction. */
190190
private _orphanedDocuments: Set<DocumentKey> | null = null;

packages/firestore/test/unit/local/mutation_queue.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2017 Google Inc.
3+
* Copyright 2017 Google LLC
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

packages/firestore/test/unit/specs/listen_spec.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2017 Google Inc.
3+
* Copyright 2017 Google LLC
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)