Skip to content

Commit

Permalink
Fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingoos committed Mar 19, 2018
1 parent 694b5ce commit 04dc588
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/org/traccar/protocol/LaipacProtocolDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ protected Object decode(
return position;
}

private void setNextValue(Parser parser, Position position, String key)
{
private void setNextValue(Parser parser, Position position, String key) {
String value = parser.next();
if (value != null) {
position.set(key, value);
Expand Down

0 comments on commit 04dc588

Please sign in to comment.