Subversion Repositories SmartDukaan

Rev

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

Rev 24479 Rev 24492
Line 123... Line 123...
123
				} catch(Exception e) {
123
				} catch(Exception e) {
124
					e.printStackTrace();
124
					e.printStackTrace();
125
				}
125
				}
126
			}
126
			}
127
		}
127
		}
-
 
128
		LOGGER.info("User Name from getNameByEmailId({}) is {}", email, userName);
128
		return userName;
129
		return userName;
129
	}
130
	}
130
 
131
 
131
 
132
 
132
}
133
}
133
134