From 6cdb4e96d4f0bb9e63f994d88bca1a032ea7c63e Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Wed, 20 Apr 2022 10:25:12 +0200 Subject: [PATCH] HistoryEvent: suppress deprecation --- .../insight/app_layer/history/history_events/HistoryEvent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/insight/src/main/java/info/nightscout/androidaps/plugins/pump/insight/app_layer/history/history_events/HistoryEvent.java b/insight/src/main/java/info/nightscout/androidaps/plugins/pump/insight/app_layer/history/history_events/HistoryEvent.java index d93ff4f286..864fb9e3c0 100644 --- a/insight/src/main/java/info/nightscout/androidaps/plugins/pump/insight/app_layer/history/history_events/HistoryEvent.java +++ b/insight/src/main/java/info/nightscout/androidaps/plugins/pump/insight/app_layer/history/history_events/HistoryEvent.java @@ -7,6 +7,7 @@ import info.nightscout.androidaps.plugins.pump.insight.utils.ByteBuf; import org.slf4j.Logger; public class HistoryEvent implements Comparable { + @SuppressWarnings("deprecation") private static final Logger log = StacktraceLoggerWrapper.getLogger(HistoryEvent.class); private int eventYear;