Subversion Repositories SmartDukaan

Rev

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

Rev 23759 Rev 23760
Line 60... Line 60...
60
	}*/
60
	}*/
61
	@Scheduled(fixedRate=Integer.MAX_VALUE)
61
	@Scheduled(fixedRate=Integer.MAX_VALUE)
62
	public void runThird() throws Throwable
62
	public void runThird() throws Throwable
63
	{
63
	{
64
		log.info("Started run Third");
64
		log.info("Started run Third");
65
		scheduledTasks.generateDailyRecharge();
65
		scheduledTasks.processRechargeCashback();
66
	}
66
	}
67
 
67
 
68
}
68
}