iota.lib.java/src/main/java
Michael Schierl a1278b1d73 Fix inverted condition
Found by Eclipse's static null value analyzer.

It makes no sense to set the value to 0 if it is not null. That way, null remains null (and will create a NPE in line 123), and all other values get overwritten by 0. Therefore, overwrite null by zero, fixing both warnings.
2017-09-02 19:46:55 +02:00
..
jota Fix inverted condition 2017-09-02 19:46:55 +02:00