MAPREDUCE-7256. Fix javadoc error in SimpleExponentialSmoothing. (#1804)
This commit is contained in:
parent
c36f09deb9
commit
a2fdd7c2b5
@ -131,8 +131,8 @@ public ForecastRecord append(final long newTimeStamp, final double rData) {
|
||||
/**
|
||||
* checks if the task is hanging up.
|
||||
* @param timeStamp current time of the scan.
|
||||
* @return true if we have number of samples > kMinimumReads and the record
|
||||
* timestamp has expired.
|
||||
* @return true if we have number of samples {@literal >} kMinimumReads and the
|
||||
* record timestamp has expired.
|
||||
*/
|
||||
public boolean isDataStagnated(final long timeStamp) {
|
||||
ForecastRecord rec = forecastRefEntry.get();
|
||||
|
Loading…
Reference in New Issue
Block a user