api: update method comment
Some checks failed
Deploy API / docker (17, 3.8.5) (push) Failing after 33s

This commit is contained in:
Lee 2024-08-05 05:01:18 +01:00
parent 68ce2ff240
commit f75d22fa58

@ -1,5 +1,6 @@
package cc.fascinated.model.user.history;
import cc.fascinated.platform.Platform;
import lombok.Getter;
import lombok.Setter;
@ -59,10 +60,11 @@ public class HistoryPoint {
private Boolean possiblyInaccurateData;
/**
* Gets whether the data for this day is possibly inaccurate.
* Gets whether some data is possibly inaccurate.
* <p>
* eg: the user isn't having their data tracked every day
* by us, only when they set a score
* eg: if the user doesn't have their data tracked by
* {@link Platform#trackPlayerMetrics()} then some
* data will be inaccurate or missing.
* This will only affect rank, countryRank, and pp
* </p>
*