Subversion Repositories SmartDukaan

Rev

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

Rev 2942 Rev 3093
Line 67... Line 67...
67
	}
67
	}
68
	
68
	
69
	public static void main(String[] args){
69
	public static void main(String[] args){
70
		System.out.println("Aramax number is " + "6199186044");
70
		System.out.println("Aramax number is " + "6199186044");
71
		BlueDartTrackingService service = new BlueDartTrackingService();
71
		BlueDartTrackingService service = new BlueDartTrackingService();
72
		List<ShipmentUpdate> updates = service.getUpdates("6199186044");
72
		List<ShipmentUpdate> updates = service.getUpdates("43726936680");
73
		for(ShipmentUpdate update: updates){
73
		for(ShipmentUpdate update: updates){
74
			System.out.println(update.toString());
74
			System.out.println(update.toString());
75
		}
75
		}
76
	}
76
	}
77
}
77
}