Skip to content

Commit

Permalink
Javadoc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilfb committed Jul 23, 2016
1 parent 5057ceb commit 26d560a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ public void changed(ObservableValue<? extends Toggle> observable, Toggle oldValu
@Override
public void changed(final ObservableValue<? extends Number> observable, Number oldValue, Number newValue)
{
// Check and store the time to avoid cyclic updates
if (store.getMessages().size() > 0 && (TimeUtils.getMonotonicTime() > messageIndexLastChangedWithScrollBar + 100))
{
// logger.debug("Setting message index from {} to {}", oldValue, newValue);
Expand Down

0 comments on commit 26d560a

Please sign in to comment.