comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/AnnotationArtifact.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents a4bdf7d8527e
children b1912514e0f5
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
63 } 63 }
64 64
65 65
66 public double[] getDistance() { 66 public double[] getDistance() {
67 /** TODO In initialize(), access maximal range of river (via 67 /** TODO In initialize(), access maximal range of river (via
68 * AnnotationFactory) instead of overriding getDistance, 68 * AnnotationFactory) instead of overriding getDistance,
69 * important for diagram generation. */ 69 * important for diagram generation. */
70 return new double[] {0f, 1000f}; 70 return new double[] {0f, 1000f};
71 } 71 }
72 72
73 73
206 } 206 }
207 } 207 }
208 catch (IllegalArgumentException iae) { 208 catch (IllegalArgumentException iae) {
209 // state is not valid, so we do not append its outputs. 209 // state is not valid, so we do not append its outputs.
210 } 210 }
211 } 211 }
212 } 212 }
213 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 213 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org