Fix javadoc formatting
PiperOrigin-RevId: 635737466
This commit is contained in:
parent
ae240606db
commit
e637ccd4aa
@ -31,8 +31,10 @@ public interface TimestampIterator {
|
|||||||
TimestampIterator copyOf();
|
TimestampIterator copyOf();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the last (final) timestamp this iterator generates, in microseconds; returns {@link
|
* Returns the last (final) timestamp this iterator generates, in microseconds.
|
||||||
* C#TIME_UNSET} if the last timestamp is unknown, or when no timestamp will be generated.
|
*
|
||||||
|
* <p>This method returns {@link C#TIME_UNSET} if the last timestamp is unknown, or when no
|
||||||
|
* timestamp will be generated.
|
||||||
*/
|
*/
|
||||||
default long getLastTimestampUs() {
|
default long getLastTimestampUs() {
|
||||||
return C.TIME_UNSET;
|
return C.TIME_UNSET;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user