Subversion Repositories SmartDukaan

Rev

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

Rev 25524 Rev 25526
Line 652... Line 652...
652
 
652
 
653
			//System.out.println("Total Amount Rolled Back is " + totalRollbackAmount);
653
			//System.out.println("Total Amount Rolled Back is " + totalRollbackAmount);
654
		}
654
		}
655
		scheduledTasks.processScheme(startDate, startDate.plusDays(10));
655
		scheduledTasks.processScheme(startDate, startDate.plusDays(10));
656
		
656
		
657
		throw new Exception();
657
		//throw new Exception();
658
	}
658
	}
659
}
659
}
660
 
660
 
661
//7015845171
661
//7015845171
662
662