package edu.ucsb.nceas.metacat.common;

public class Settings {
    //the file to store the latest systemmetadata modification time of the object 
    //which has been harvested during the timed solr-index building (In the IndexGenerator).
    public static final String LASTPROCESSEDDATEFILENAME = "solr-last-proccessed-date";
}
