diff options
author | Abyss777 <abyss@fox5.ru> | 2018-08-23 10:10:44 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-08-23 10:10:44 +0500 |
commit | e7d5dae5af7214f7f8dac39e8d081ad6c4533d20 (patch) | |
tree | b9b7780bcbccf9c79f1ac610779f8175b69451f0 /src/org/traccar/api/resource/DeviceResource.java | |
parent | 12bb168b88fc3dbcdf59c2fec1a919e20ab57838 (diff) | |
download | trackermap-server-e7d5dae5af7214f7f8dac39e8d081ad6c4533d20.tar.gz trackermap-server-e7d5dae5af7214f7f8dac39e8d081ad6c4533d20.tar.bz2 trackermap-server-e7d5dae5af7214f7f8dac39e8d081ad6c4533d20.zip |
Make accumulators nullable
Diffstat (limited to 'src/org/traccar/api/resource/DeviceResource.java')
-rw-r--r-- | src/org/traccar/api/resource/DeviceResource.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/traccar/api/resource/DeviceResource.java b/src/org/traccar/api/resource/DeviceResource.java index 4f0d7ab3b..f9c9a139d 100644 --- a/src/org/traccar/api/resource/DeviceResource.java +++ b/src/org/traccar/api/resource/DeviceResource.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2017 Anton Tananaev (anton@traccar.org) + * Copyright 2015 - 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. |