comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthAccess.java @ 9221:5c34fe17ef15

Exchanged left and right side for waterlevel/sounding selection
author gernotbelger
date Wed, 04 Jul 2018 12:00:57 +0200
parents 611a523fc42f
children
comparison
equal deleted inserted replaced
9220:e3c2ae1887e8 9221:5c34fe17ef15
50 if (diffids == null) { 50 if (diffids == null) {
51 // Should never happen as this is handled by the ui 51 // Should never happen as this is handled by the ui
52 return Collections.emptyList(); 52 return Collections.emptyList();
53 } 53 }
54 54
55 final Collection<WstSoundingIdPair> pairs = WstSoundingIdPair.parsePairs(diffids); 55 return WstSoundingIdPair.parsePairs(diffids);
56 return pairs;
57 } 56 }
58 } 57 }

http://dive4elements.wald.intevation.org