diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-06-09 10:04:59 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-06-09 10:04:59 +1200 |
commit | ff1afd37323fa634315841cc84917700f969754b (patch) | |
tree | 3476cae2db88e8d50e1e32390da20666b8fc3f68 /src/org/traccar/protocol/UlbotechFrameDecoder.java | |
parent | 024d9cf87a058cf1e5923943af427cb8487abedb (diff) | |
download | trackermap-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.java | 4 |
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; |