aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/protocol/UlbotechFrameDecoder.java
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-06-09 10:04:59 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-06-09 10:04:59 +1200
commitff1afd37323fa634315841cc84917700f969754b (patch)
tree3476cae2db88e8d50e1e32390da20666b8fc3f68 /src/org/traccar/protocol/UlbotechFrameDecoder.java
parent024d9cf87a058cf1e5923943af427cb8487abedb (diff)
downloadtrackermap-server-ff1afd37323fa634315841cc84917700f969754b.tar.gz
trackermap-server-ff1afd37323fa634315841cc84917700f969754b.tar.bz2
trackermap-server-ff1afd37323fa634315841cc84917700f969754b.zip
Small formatting updates
Diffstat (limited to 'src/org/traccar/protocol/UlbotechFrameDecoder.java')
-rw-r--r--src/org/traccar/protocol/UlbotechFrameDecoder.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/org/traccar/protocol/UlbotechFrameDecoder.java b/src/org/traccar/protocol/UlbotechFrameDecoder.java
index e64791324..963b0e2ab 100644
--- a/src/org/traccar/protocol/UlbotechFrameDecoder.java
+++ b/src/org/traccar/protocol/UlbotechFrameDecoder.java
@@ -26,9 +26,7 @@ public class UlbotechFrameDecoder extends BaseFrameDecoder {
@Override
protected Object decode(
- ChannelHandlerContext ctx,
- Channel channel,
- ByteBuf buf) throws Exception {
+ ChannelHandlerContext ctx, Channel channel, ByteBuf buf) throws Exception {
if (buf.readableBytes() < 2) {
return null;