Subversion Repositories SmartDukaan

Rev

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

Rev 30555 Rev 30556
Line 265... Line 265...
265
 
265
 
266
			LOGGER.info("emailtrue {}", userInfo.getEmail() == null);
266
			LOGGER.info("emailtrue {}", userInfo.getEmail() == null);
267
 
267
 
268
			LOGGER.info("equality {}",
268
			LOGGER.info("equality {}",
269
					!(userInfo.getEmail() == null || user.getEmailId().equalsIgnoreCase(userInfo.getEmail())));
269
					!(userInfo.getEmail() == null || user.getEmailId().equalsIgnoreCase(userInfo.getEmail())));
270
			if (!(userInfo.getEmail() == null || user.getEmailId().equalsIgnoreCase(userInfo.getEmail()))) {
270
			if (!(userInfo.getEmail() == null || !user.getEmailId().equalsIgnoreCase(userInfo.getEmail()))) {
271
				String userName = null;
271
				String userName = null;
272
				LOGGER.info("userinfo2 {}", userInfo);
272
				LOGGER.info("userinfo2 {}", userInfo);
273
				if (user.getSecondryEmailId() != null && user.getSecondryEmailId().equals(userInfo.getEmail())) {
273
				if (user.getSecondryEmailId() != null && user.getSecondryEmailId().equals(userInfo.getEmail())) {
274
 
274
 
275
					LOGGER.info("userinfo3 {}", user);
275
					LOGGER.info("userinfo3 {}", user);