Subversion Repositories SmartDukaan

Rev

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

Rev 29361 Rev 29362
Line 568... Line 568...
568
			}
568
			}
569
			if (args.containsOption("checkCancellationMargin")) {
569
			if (args.containsOption("checkCancellationMargin")) {
570
				scheduledTasks.checkCancellationMargin();
570
				scheduledTasks.checkCancellationMargin();
571
			}
571
			}
572
			if (args.containsOption("getShortContent")) {
572
			if (args.containsOption("getShortContent")) {
573
				contentPojoPopulator.getShortContent("1023059");
573
				contentPojoPopulator.getShortContent(1023059);
574
			}
574
			}
575
 
575
 
576
			System.exit(0);
576
			System.exit(0);
577
		}
577
		}
578
 
578