aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcardus <asklocation.net@gmail.com>2024-03-29 22:32:00 +0000
committerjcardus <asklocation.net@gmail.com>2024-03-29 22:32:00 +0000
commit829387a48e278ea7428ee719cf6973ecf36271b9 (patch)
tree5bd8249b08813eda4da0e2b30f108b360dd5655b
parent432a59c8e15e0ce5ed0cb472864f627e3eadea6e (diff)
downloadtrackermap-server-829387a48e278ea7428ee719cf6973ecf36271b9.tar.gz
trackermap-server-829387a48e278ea7428ee719cf6973ecf36271b9.tar.bz2
trackermap-server-829387a48e278ea7428ee719cf6973ecf36271b9.zip
weird
-rw-r--r--src/main/java/org/traccar/protocol/Gl200TextProtocolDecoder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/traccar/protocol/Gl200TextProtocolDecoder.java b/src/main/java/org/traccar/protocol/Gl200TextProtocolDecoder.java
index 1d4688e69..623352106 100644
--- a/src/main/java/org/traccar/protocol/Gl200TextProtocolDecoder.java
+++ b/src/main/java/org/traccar/protocol/Gl200TextProtocolDecoder.java
@@ -294,7 +294,7 @@ public class Gl200TextProtocolDecoder extends BaseProtocolDecoder {
private Object decodeVer(Channel channel, SocketAddress remoteAddress, String sentence) {
Parser parser = new Parser(PATTERN_VER, sentence);
- Position position = initPosition(parser, channel, remoteAddress);
+ Position position = initPosition(parser, channel, remoteAddress);
if (position == null) {
return null;
}