mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove warning
This commit is contained in:
@@ -21,7 +21,7 @@ import com.commafeed.backend.model.User;
|
|||||||
@SuppressWarnings("serial")
|
@SuppressWarnings("serial")
|
||||||
public class MailService implements Serializable {
|
public class MailService implements Serializable {
|
||||||
|
|
||||||
private static Logger log = LoggerFactory.getLogger(MailService.class);
|
protected static Logger log = LoggerFactory.getLogger(MailService.class);
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
ApplicationSettingsService applicationSettingsService;
|
ApplicationSettingsService applicationSettingsService;
|
||||||
|
|||||||
Reference in New Issue
Block a user