Skip to content

Commit 97c4db0

Browse files
Review
1 parent e69c0fb commit 97c4db0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/firestore/src/local/indexeddb_remote_document_cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class IndexedDbRemoteDocumentCacheImpl implements IndexedDbRemoteDocumentCache {
334334
}
335335

336336
/**
337-
* Decodes `remoteDoc` and returns the document (or an invalid document if
337+
* Decodes `dbRemoteDoc` and returns the document (or an invalid document if
338338
* the document corresponds to the format used for sentinel deletes).
339339
*/
340340
private maybeDecodeDocument(

packages/firestore/src/local/remote_document_change_buffer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ import { ObjectMap } from '../util/obj_map';
2525
import { PersistencePromise } from './persistence_promise';
2626
import { PersistenceTransaction } from './persistence_transaction';
2727

28-
/**
29-
* Represents a document change to be applied to remote document cache.
30-
*/
31-
3228
/**
3329
* An in-memory buffer of entries to be written to a RemoteDocumentCache.
3430
* It can be used to batch up a set of changes to be written to the cache, but

0 commit comments

Comments
 (0)