We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5b338 commit e2096daCopy full SHA for e2096da
firebase-firestore/src/main/java/com/google/firebase/firestore/DocumentSnapshot.java
@@ -486,10 +486,10 @@ public DocumentReference getReference() {
486
487
/**
488
* Returns the value of the field as a {@link VectorValue} or
489
- * `null` if the field does not exist in the document.
+ * {@code null} if the field does not exist in the document.
490
*
491
* @param field The path to the field.
492
- * @throws RuntimeException if the value is not a VectorValue.
+ * @throws RuntimeException if the value is not a {@code VectorValue}.
493
* @return The value of the field.
494
*/
495
@Nullable
0 commit comments