comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.java @ 4736:b195fede1c3b

Remove trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 02 Jan 2013 13:18:31 +0100
parents 31327b3b2455
children c2a590925ec3
comparison
equal deleted inserted replaced
4735:94b39073f0f7 4736:b195fede1c3b
796 796
797 /** 797 /**
798 * Calculates the start and end km for zoomed charts. 798 * Calculates the start and end km for zoomed charts.
799 * @param bounds The given total bounds (unzoomed). 799 * @param bounds The given total bounds (unzoomed).
800 * @param range The range specifying the zoom. 800 * @param range The range specifying the zoom.
801 * 801 *
802 * @return The start and end km for the zoomed chart. 802 * @return The start and end km for the zoomed chart.
803 */ 803 */
804 protected Bounds calculateZoom(Bounds bounds, Range range) { 804 protected Bounds calculateZoom(Bounds bounds, Range range) {
805 double min = bounds.getLower().doubleValue(); 805 double min = bounds.getLower().doubleValue();
806 double max = bounds.getUpper().doubleValue(); 806 double max = bounds.getUpper().doubleValue();

http://dive4elements.wald.intevation.org