You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/mrschmidt-timestamps/google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/CustomClassMapper.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
importjava.util.logging.Logger;
48
48
49
49
/** Helper class to convert to/from custom POJO classes and plain Java types. */
Copy file name to clipboardExpand all lines: branches/mrschmidt-timestamps/google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/DocumentSnapshot.java
Copy file name to clipboardExpand all lines: branches/mrschmidt-timestamps/google-cloud-clients/google-cloud-firestore/src/main/java/com/google/cloud/firestore/Precondition.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,8 @@ public final class Precondition {
26
26
/** An empty Precondition that adds no enforcements */
Copy file name to clipboardExpand all lines: branches/mrschmidt-timestamps/google-cloud-clients/google-cloud-firestore/src/test/java/com/google/cloud/firestore/LocalFirestoreHelper.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -699,15 +699,15 @@ public boolean equals(Object o) {
699
699
.setTimestampValue(
700
700
com.google.protobuf.Timestamp.newBuilder()
701
701
.setSeconds(479978400)
702
-
.setNanos(123000000))
702
+
.setNanos(123000000))// Dates only support millisecond precision.
Copy file name to clipboardExpand all lines: branches/mrschmidt-timestamps/google-cloud-clients/google-cloud-firestore/src/test/java/com/google/cloud/firestore/it/ITSystemTest.java
+13-19Lines changed: 13 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,19 @@ public void serverTimestamp() throws Exception {
0 commit comments