Subversion Repositories SmartDukaan

Rev

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

Rev 25850 Rev 25851
Line 35... Line 35...
35
 
35
 
36
	@Autowired
36
	@Autowired
37
	PushNotificationRepository pushNotificationRepository;
37
	PushNotificationRepository pushNotificationRepository;
38
 
38
 
39
	@Autowired
39
	@Autowired
40
	private Gson gson = new Gson();
40
	private Gson gson;
41
 
41
 
42
	private static final Logger LOGGER = LogManager.getLogger(NotificationService.class);
42
	private static final Logger LOGGER = LogManager.getLogger(NotificationService.class);
43
 
43
 
44
	@Override
44
	@Override
45
	public void sendNotification(SendNotificationModel sendNotificationModel) {
45
	public void sendNotification(SendNotificationModel sendNotificationModel) {