Skip to content

Commit 505ce09

Browse files
committed
Fix DocumentID Formatting
1 parent 9306449 commit 505ce09

File tree

1 file changed

+2
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
* the POJO is created from a Cloud Firestore document (for example, via {@link
2525
* DocumentSnapshot#toObject(Class)}).
2626
*
27-
* <p>Any of the following will throw a runtime exception:</p>
27+
* <p>Any of the following will throw a runtime exception:
28+
*
2829
* <ul>
2930
* <li>This annotation is applied to a property of a type other than String or {@link
3031
* DocumentReference}.

0 commit comments

Comments
 (0)