Skip to content

Commit

Permalink
SCORE-180. Validating existing Fresheners fails because a freshener a…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajprax committed May 15, 2014
1 parent ee4eb04 commit 242c96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/kiji/scoring/KijiFreshnessManager.java
Expand Up @@ -954,7 +954,7 @@ public Map<ValidationFailure, Exception> validateFreshener(
} else {
final KijiFreshenerRecord record = retrieveFreshenerRecord(tableName, columnName);

return validateRecord(tableName, columnName, record, false);
return validateRecord(tableName, columnName, record, true);
}
}

Expand Down

0 comments on commit 242c96c

Please sign in to comment.