Skip to content

Commit 6889dc5

Browse files
Merge branch 'mrschmidt/indexfree-2' into mrschmidt/indexfree-3
2 parents 20833d6 + 9de2df8 commit 6889dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/model/SnapshotVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public Timestamp getTimestamp() {
3737
return timestamp;
3838
}
3939

40-
/** Returns the microseconds since EPOCH that this snapshot version represents. * */
40+
/** Returns the microseconds since EPOCH that this snapshot version represents. */
4141
public long toMicroseconds() {
4242
return TimeUnit.MICROSECONDS.convert(timestamp.getSeconds(), TimeUnit.SECONDS)
4343
+ TimeUnit.MICROSECONDS.convert(timestamp.getNanoseconds(), TimeUnit.NANOSECONDS);

0 commit comments

Comments
 (0)