Skip to content

Commit 340217f

Browse files
[AUTOMATED]: License Headers
1 parent 59feac8 commit 340217f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/firestore/src/core/sync_engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ export class SyncEngine implements RemoteSyncer, SharedClientStateSyncer {
771771
logDebug(LOG_TAG, 'New document in limbo: ' + key);
772772

773773
const limboTargetId = this.nextLimboTargetId;
774-
// Target IDs in persistence are odd (and start at 1).
774+
// Target IDs in SyncEngine are odd (and start at 1).
775775
this.nextLimboTargetId += 2;
776776

777777
const query = Query.atPath(key.path);

packages/firestore/src/local/indexeddb_target_cache.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/src/local/memory_target_cache.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)