comparison artifacts/src/main/java/org/dive4elements/river/exports/TimeseriesChartGenerator.java @ 8857:0071702ba03f 3.2.x

Fix diverse coding issues.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:37:25 +0100
parents 5e38e2924c07
children 07d51fd4864c 0a5239a1e46e
comparison
equal deleted inserted replaced
8856:5e38e2924c07 8857:0071702ba03f
421 Bounds ry = getYBounds(Integer.valueOf(index)); 421 Bounds ry = getYBounds(Integer.valueOf(index));
422 422
423 if (rx == null) { 423 if (rx == null) {
424 log.warn("Range for x axis not set." + 424 log.warn("Range for x axis not set." +
425 " Using default values: 0 - 1."); 425 " Using default values: 0 - 1.");
426 rx = new TimeBounds(0l, 1l); 426 rx = new TimeBounds(0L, 1L);
427 } 427 }
428 428
429 if (ry == null) { 429 if (ry == null) {
430 log.warn("Range for y axis not set." + 430 log.warn("Range for y axis not set." +
431 " Using default values: 0 - 1."); 431 " Using default values: 0 - 1.");
432 ry = new DoubleBounds(0l, 1l); 432 ry = new DoubleBounds(0L, 1L);
433 } 433 }
434 434
435 log.debug("X Bounds at index " + index + " is: " + rx); 435 log.debug("X Bounds at index " + index + " is: " + rx);
436 log.debug("Y Bounds at index " + index + " is: " + ry); 436 log.debug("Y Bounds at index " + index + " is: " + ry);
437 437

http://dive4elements.wald.intevation.org