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