Fix javadoc formatting

PiperOrigin-RevId: 635737466
This commit is contained in:
claincly 2024-05-21 02:51:26 -07:00 committed by Copybara-Service
parent ae240606db
commit e637ccd4aa

View File

@ -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;