Subversion Repositories SmartDukaan

Rev

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

Rev 25836 Rev 25850
Line 34... Line 34...
34
	DeviceRepository deviceRepository;
34
	DeviceRepository deviceRepository;
35
 
35
 
36
	@Autowired
36
	@Autowired
37
	PushNotificationRepository pushNotificationRepository;
37
	PushNotificationRepository pushNotificationRepository;
38
 
38
 
-
 
39
	@Autowired
39
	private Gson gson = new Gson();
40
	private Gson gson = new Gson();
40
 
41
 
41
	private static final Logger LOGGER = LogManager.getLogger(NotificationService.class);
42
	private static final Logger LOGGER = LogManager.getLogger(NotificationService.class);
42
 
43
 
43
	@Override
44
	@Override