Subversion Repositories SmartDukaan

Rev

Rev 2797 | Rev 3516 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2797 Rev 2799
Line 17... Line 17...
17
 
17
 
18
import org.json.JSONException;
18
import org.json.JSONException;
19
import org.json.JSONObject;
19
import org.json.JSONObject;
20
 
20
 
21
public class ComparisonStatsFetcher implements Serializable{
21
public class ComparisonStatsFetcher implements Serializable{
22
	private static final long serialVersionUID = 1L;
22
	private static final long serialVersionUID = -326425176723602170L;
23
	public static final String GOOGLE_COMPARE_DATA_URL = "http://saholic-datastore.appspot.com/show-comparisons";
23
	public static final String GOOGLE_COMPARE_DATA_URL = "http://saholic-datastore.appspot.com/show-comparisons";
24
		
24
		
25
	class ValueComparator implements Comparator, Serializable {
25
	class ValueComparator implements Comparator, Serializable {
26
		private static final long serialVersionUID = 6060119992669086920L;
26
		private static final long serialVersionUID = 6060119992669086920L;
27
	    Map base;
27
	    Map base;