Add comment that explains why 0 is used
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
d7248a6095
commit
ed2156e3aa
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public class StreamHistoryEntity {
|
||||||
|
|
||||||
@Ignore
|
@Ignore
|
||||||
public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime accessDate) {
|
public StreamHistoryEntity(final long streamUid, @NonNull final OffsetDateTime accessDate) {
|
||||||
this(streamUid, accessDate, 0);
|
this(streamUid, accessDate, 0); // start with 0 views (adding views will be done elsewhere)
|
||||||
}
|
}
|
||||||
|
|
||||||
public long getStreamUid() {
|
public long getStreamUid() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue