RussellSpitzer commented on a change in pull request #1427:
URL: https://github.com/apache/iceberg/pull/1427#discussion_r485766470
##########
File path: api/src/main/java/org/apache/iceberg/HistoryEntry.java
##########
@@ -29,12 +29,12 @@
*/
public interface HistoryEntry extends Serializable {
/**
- * @return the timestamp in milliseconds of the change
+ * Returns the timestamp in milliseconds of the change.
*/
long timestampMillis();
/**
- * @return ID of the new current snapshot
+ * Returns iD of the new current snapshot.
Review comment:
Ah sorry, I used auto fix for most of this so it probably imagined it
was fixing the style. I'll fix that
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]