comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/ReferenceGaugeState.java @ 4432:e8a4d2fd25cc

Merged.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 07 Nov 2012 09:47:44 +0100
parents eaf83d4ae6b1
children 5b8919ef601d
comparison
equal deleted inserted replaced
4431:83fe6eeba83a 4432:e8a4d2fd25cc
32 String name, 32 String name,
33 CallContext context) 33 CallContext context)
34 { 34 {
35 River river = FLYSUtils.getRiver((FLYSArtifact) artifact); 35 River river = FLYSUtils.getRiver((FLYSArtifact) artifact);
36 List<Gauge> gauges = river.getGauges(); 36 List<Gauge> gauges = river.getGauges();
37 Collections.sort(gauges); 37 //Collections.sort(gauges);
38 38
39 int num = gauges != null ? gauges.size() : 0; 39 int num = gauges != null ? gauges.size() : 0;
40 40
41 Element[] opts = new Element[num]; 41 Element[] opts = new Element[num];
42 42

http://dive4elements.wald.intevation.org