package com.limegroup.gnutella.malware; /** * The keys used for getting and setting the attributes of VirusDefinitionDownloader. */ public class VirusDefinitionDownloaderKeys { public static final String TYPE = "antivirus_update_type"; public static final String COUNT = "antivirus_increment_count"; public static final String INDEX = "antivirus_increment_index"; }