remove already-outdated stuff from javadoc

This commit is contained in:
Noah Levitt
2015-12-14 15:24:08 -08:00
parent ce31cada5f
commit 2f82d43110
@@ -65,17 +65,7 @@ public class SourceQuotaEnforcer extends Processor {
return quotas;
}
/**
* Keys can be any of the {@link CrawledBytesHistotable} keys:
* <ul>
* <li>{@value CrawledBytesHistotable#NOVEL}
* <li>{@value CrawledBytesHistotable#NOVELCOUNT}
* <li>{@value CrawledBytesHistotable#DUPLICATE}
* <li>{@value CrawledBytesHistotable#DUPLICATECOUNT}
* <li>{@value CrawledBytesHistotable#NOTMODIFIED}
* <li>{@value CrawledBytesHistotable#NOTMODIFIEDCOUNT}
* <li>{@value CrawledBytesHistotable#OTHERDUPLICATE}
* <li>{@value CrawledBytesHistotable#OTHERDUPLICATECOUNT}
* </ul>
* Keys can be any of the {@link CrawledBytesHistotable} keys.
*/
public void setQuotas(Map<String, Long> quotas) {
this.quotas = quotas;