File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export interface MemoryReferenceDelegate extends ReferenceDelegate {
184
184
}
185
185
186
186
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. */
188
188
private localViewReferences : ReferenceSet = new ReferenceSet ( ) ;
189
189
/** The list of documents that are potentially GCed after each transaction. */
190
190
private _orphanedDocuments : Set < DocumentKey > | null = null ;
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2017 Google Inc.
3
+ * Copyright 2017 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2017 Google Inc.
3
+ * Copyright 2017 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments