Skip to content

Commit

Permalink
fixed typo #224
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Jan 6, 2015
1 parent 616c799 commit eb201c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public long reload() {
adjustedValue = cachedAdjustedValue.get();
logger.warn("adjusted value is null. use {}", adjustedValue);
} else if (isUseCache()) {
logger.debug("cache adjustd value = {}", adjustedValue);
logger.debug("cache adjusted value = {}", adjustedValue);
cachedAdjustedValue.set(adjustedValue);
}

Expand Down

0 comments on commit eb201c0

Please sign in to comment.