diff options
author | Abyss777 <abyss@fox5.ru> | 2018-06-07 15:38:00 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-06-07 15:38:00 +0500 |
commit | 757cdb82c9109541ee5e7dc8d8ddca31c8507ca3 (patch) | |
tree | 2a6a6ad9018e1de675fdadaadc6929f1163e37f7 /src/org/traccar/protocol/VisiontekProtocolDecoder.java | |
parent | 7e324a9dfb2bcde08d1524a9f3dc5114c0d49bdc (diff) | |
download | trackermap-server-757cdb82c9109541ee5e7dc8d8ddca31c8507ca3.tar.gz trackermap-server-757cdb82c9109541ee5e7dc8d8ddca31c8507ca3.tar.bz2 trackermap-server-757cdb82c9109541ee5e7dc8d8ddca31c8507ca3.zip |
Migrate U,V protocols
Diffstat (limited to 'src/org/traccar/protocol/VisiontekProtocolDecoder.java')
-rw-r--r-- | src/org/traccar/protocol/VisiontekProtocolDecoder.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/traccar/protocol/VisiontekProtocolDecoder.java b/src/org/traccar/protocol/VisiontekProtocolDecoder.java index 33c555c6b..57ccb5100 100644 --- a/src/org/traccar/protocol/VisiontekProtocolDecoder.java +++ b/src/org/traccar/protocol/VisiontekProtocolDecoder.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 - 2016 Anton Tananaev (anton@traccar.org) + * Copyright 2014 - 2018 Anton Tananaev (anton@traccar.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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.Parser; |