Skip to content

Commit c5be353

Browse files
author
Brian Chen
committed
fix comment wrapping
1 parent cf78ec1 commit c5be353

File tree

1 file changed

+3
-5
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/core

1 file changed

+3
-5
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/core/Transaction.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,9 @@ private Precondition preconditionForUpdate(DocumentKey key) throws FirebaseFires
221221
//
222222
// This has to be validated locally because you can't send a precondition that a document
223223
// does not exist without changing the semantics of the backend write to be an insert. This
224-
// is
225-
// the reverse of what we want, since we want to assert that the document doesn't exist but
226-
// then send the update and have it fail. Since we can't express that to the backend, we
227-
// have
228-
// to validate locally.
224+
// is the reverse of what we want, since we want to assert that the document doesn't exist
225+
// but then send the update and have it fail. Since we can't express that to the backend, we
226+
// have to validate locally.
229227
//
230228
// Note: this can change once we can send separate verify writes in the transaction.
231229
throw new FirebaseFirestoreException(

0 commit comments

Comments
 (0)