Commit 6d5f9647894aa95d9097a5d58de354ca976d03c6
1 parent
e87ba568
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/pilot80/PilotReport.java
| @@ -189,7 +189,7 @@ public class PilotReport { | @@ -189,7 +189,7 @@ public class PilotReport { | ||
| 189 | } | 189 | } |
| 190 | 190 | ||
| 191 | public boolean isEmpty(Double v) { | 191 | public boolean isEmpty(Double v) { |
| 192 | - return v == null || v.equals(0); | 192 | + return v == null || v.equals(0.0); |
| 193 | } | 193 | } |
| 194 | 194 | ||
| 195 | public void defaultReply(String nbbm, short requestCode, boolean agree) { | 195 | public void defaultReply(String nbbm, short requestCode, boolean agree) { |