[Minor] JavaDoc fix

This commit is contained in:
Robert von Burg 2017-06-27 12:41:40 +02:00
parent a7fc27627f
commit 99fadd10d9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public interface ITimedState<T extends IValue> {
ITimeValue<T> getNextMatch(final Long time, T value);
/**
* @return the new {@link ITimeValue} matching the value in the future
* @return the new {@link ITimeValue} matching the value in the past
*/
ITimeValue<T> getPreviousMatch(final Long time, T value);