Subversion Repositories SmartDukaan

Rev

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

Rev 34413 Rev 34415
Line 40... Line 40...
40
			activatedImei.setCreateTimestamp(LocalDateTime.now());
40
			activatedImei.setCreateTimestamp(LocalDateTime.now());
41
			if (y.getValue() != null) {
41
			if (y.getValue() != null) {
42
				activatedImei.setActivationTimestamp(y.getValue().atStartOfDay());
42
				activatedImei.setActivationTimestamp(y.getValue().atStartOfDay());
43
			}
43
			}
44
		});
44
		});
-
 
45
		/*if(foundImeis.size() > 0) {
45
		imeis.removeAll(foundImeis);
46
			imeis.removeAll(foundImeis);
-
 
47
		}
46
		LOGGER.info("Could not break captcha for imeis - " + foundImeis);
48
		LOGGER.info("Could not break captcha for imeis - " + imeis);*/
47
	}
49
	}
48
 
50
 
49
 
51
 
50
	/*public void updateRealmeActivationDate(List<String> imeis) throws Exception {
52
	/*public void updateRealmeActivationDate(List<String> imeis) throws Exception {
51
		//TODO:Change bucket size
53
		//TODO:Change bucket size