HistoryEvent: suppress deprecation
This commit is contained in:
parent
153013a55f
commit
6cdb4e96d4
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import info.nightscout.androidaps.plugins.pump.insight.utils.ByteBuf;
|
|||
import org.slf4j.Logger;
|
||||
|
||||
public class HistoryEvent implements Comparable<HistoryEvent> {
|
||||
@SuppressWarnings("deprecation")
|
||||
private static final Logger log = StacktraceLoggerWrapper.getLogger(HistoryEvent.class);
|
||||
|
||||
private int eventYear;
|
||||
|
|
Loading…
Reference in a new issue