mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-21 05:05:44 +00:00
remove already-outdated stuff from javadoc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user