Skip to content

Commit e2096da

Browse files
committed
Address some documentation errors
1 parent 2f5b338 commit e2096da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/DocumentSnapshot.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,10 +486,10 @@ public DocumentReference getReference() {
486486

487487
/**
488488
* Returns the value of the field as a {@link VectorValue} or
489-
* `null` if the field does not exist in the document.
489+
* {@code null} if the field does not exist in the document.
490490
*
491491
* @param field The path to the field.
492-
* @throws RuntimeException if the value is not a VectorValue.
492+
* @throws RuntimeException if the value is not a {@code VectorValue}.
493493
* @return The value of the field.
494494
*/
495495
@Nullable

0 commit comments

Comments
 (0)