From 1fe468bf5b004845e8904b66198597d28d37a029 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 12 Jun 2018 13:57:19 +1200 Subject: Migrate new protocols --- src/org/traccar/protocol/FreematicsProtocolDecoder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/org/traccar/protocol/FreematicsProtocolDecoder.java') diff --git a/src/org/traccar/protocol/FreematicsProtocolDecoder.java b/src/org/traccar/protocol/FreematicsProtocolDecoder.java index 66e451d6d..2cab45189 100644 --- a/src/org/traccar/protocol/FreematicsProtocolDecoder.java +++ b/src/org/traccar/protocol/FreematicsProtocolDecoder.java @@ -15,7 +15,7 @@ */ package org.traccar.protocol; -import org.jboss.netty.channel.Channel; +import io.netty.channel.Channel; import org.traccar.BaseProtocolDecoder; import org.traccar.DeviceSession; import org.traccar.helper.DateBuilder; -- cgit v1.2.3