comparison artifacts/src/main/java/org/dive4elements/river/exports/minfo/SedimentLoadExporter.java @ 7011:b1fadc5af121

issue1465: Show space instead of '-' in table results view.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 13 Sep 2013 16:01:11 +0200
parents d584100063dd
children acb63fd3c8d3
comparison
equal deleted inserted replaced
7010:7903bacdfba3 7011:b1fadc5af121
107 } 107 }
108 } 108 }
109 109
110 private String numberToString(NumberFormat valf, double val) { 110 private String numberToString(NumberFormat valf, double val) {
111 if (Double.isNaN(val)) { 111 if (Double.isNaN(val)) {
112 return "-"; 112 return " ";
113 } 113 }
114 return valf.format(val); 114 return valf.format(val);
115 } 115 }
116 116
117 /** Write a line. */ 117 /** Write a line. */

http://dive4elements.wald.intevation.org