comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/Range.java @ 5636:f7208c190e4a

Whitespace cosmetic.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Apr 2013 09:23:57 +0200
parents 048b3c3acd01
children
comparison
equal deleted inserted replaced
5635:cda844f8d126 5636:f7208c190e4a
3 import java.io.Serializable; 3 import java.io.Serializable;
4 4
5 /** A range from ... to .*/ 5 /** A range from ... to .*/
6 public class Range implements Serializable { 6 public class Range implements Serializable {
7 7
8 public static final double EPSILON = 1e-5; 8 public static final double EPSILON = 1e-5;
9 9
10 protected double start; 10 protected double start;
11 protected double end; 11 protected double end;
12 12
13 public Range() { 13 public Range() {

http://dive4elements.wald.intevation.org