Commit cdb116298bce41eeb1fe3a1ae4cb3ddd32ea9cfe
1 parent
b962396e
update..
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/client/pd/handler/PdClientHandler.java
| ... | ... | @@ -84,7 +84,7 @@ public class PdClientHandler extends IoHandlerAdapter{ |
| 84 | 84 | |
| 85 | 85 | GpsEntity gps = GpsEntity.getInstance(pd42.getInfo(), msg.getVersion(), 1); |
| 86 | 86 | if(gps != null) |
| 87 | - gpsBeforeBuffer.put(GpsEntity.getInstance(pd42.getInfo(), msg.getVersion(), 1)); | |
| 87 | + gpsBeforeBuffer.put(gps); | |
| 88 | 88 | } |
| 89 | 89 | } |
| 90 | 90 | } | ... | ... |