Subversion Repositories SmartDukaan

Rev

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

Rev 1364 Rev 1386
Line 506... Line 506...
506
			}
506
			}
507
			
507
			
508
		} catch (Exception e) {
508
		} catch (Exception e) {
509
			e.printStackTrace();
509
			e.printStackTrace();
510
		}finally{
510
		}finally{
-
 
511
			if (userServiceClient != null) {
511
			userServiceClient.closeConnection();
512
				userServiceClient.closeConnection();
-
 
513
			}
512
		}
514
		}
513
 
515
 
514
 
516
 
515
		List<Map<String, String>> itemDetails = null;
517
		List<Map<String, String>> itemDetails = null;
516
		
518