Subversion Repositories SmartDukaan

Rev

Rev 13244 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13244 Rev 20003
Line 32... Line 32...
32
	private static final Integer OOS_STATUS_CUTOFF_HOUR = 23;
32
	private static final Integer OOS_STATUS_CUTOFF_HOUR = 23;
33
	private static final Integer OOS_STATUS_CUTOFF_MINUTE = 59;
33
	private static final Integer OOS_STATUS_CUTOFF_MINUTE = 59;
34
	
34
	
35
	private static java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
35
	private static java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
36
	
36
	
37
	private static final String[] tomail = {"manish.sharma@shop2020.in", "sandeep.sachdeva@shop2020.in", "khushal.bhatia@shop2020.in", "anikendra.das@shop2020.in","vikram.raghav@shop2020.in","kshitij.sood@shop2020.in"};
37
	private static final String[] tomail = {"aman.kumar@shop2020.in", "himanshu.pandey@shop2020.in", "khushal.bhatia@shop2020.in", "amit.gupta@shop2020.in","vikram.raghav@shop2020.in","kshitij.sood@shop2020.in"};
38
	//private static final String[] tomail = {"amar.kumar@shop2020.in"};
38
	//private static final String[] tomail = {"amar.kumar@shop2020.in"};
39
	
39
	
40
	public static void main(String[] args) throws TTransportException, IOException {
40
	public static void main(String[] args) throws TTransportException, IOException {
41
		File file = new File("/home/manish/alerts/oosmarker.txt");
41
		File file = new File("/home/manish/alerts/oosmarker.txt");
42
		
42