Subversion Repositories SmartDukaan

Rev

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

Rev 401 Rev 408
Line 22... Line 22...
22
	
22
	
23
	private String id;
23
	private String id;
24
	
24
	
25
	public AuthController(){
25
	public AuthController(){
26
		try {
26
		try {
27
			client = new UserContextServiceClient();
27
		//	client = new UserContextServiceClient();
28
		} catch (Exception e) {
28
		} catch (Exception e) {
29
			e.printStackTrace();
29
			e.printStackTrace();
30
		}
30
		}
31
	}
31
	}
32
	
32