remove warning

This commit is contained in:
Athou
2013-05-21 08:45:51 +02:00
parent 8df15ad5ad
commit 5a9e910ca8

View File

@@ -21,7 +21,7 @@ import com.commafeed.backend.model.User;
@SuppressWarnings("serial")
public class MailService implements Serializable {
private static Logger log = LoggerFactory.getLogger(MailService.class);
protected static Logger log = LoggerFactory.getLogger(MailService.class);
@Inject
ApplicationSettingsService applicationSettingsService;