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