Subversion Repositories SmartDukaan

Rev

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

Rev 1066 Rev 1075
Line 61... Line 61...
61
 * 
61
 * 
62
 */
62
 */
63
public class HotspotReconciliationController implements ServletResponseAware, ServletRequestAware {
63
public class HotspotReconciliationController implements ServletResponseAware, ServletRequestAware {
64
 
64
 
65
	private String timestamp;
65
	private String timestamp;
-
 
66
	//FIXME: Read this configuration from the config server
66
	private String hotspotReconciliationReportPath = "/HotspotReports";
67
	private String hotspotReconciliationReportPath = "/HotspotReports";
67
	
68
	
68
	private HttpServletRequest request;
69
	private HttpServletRequest request;
69
	private HttpServletResponse response;
70
	private HttpServletResponse response;
70
	
71