comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/WaterlevelFacet.java @ 6485:2e0ba1f67900

WaterlevelFacet: Added a comment.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 28 Jun 2013 09:43:25 +0200
parents af13ceeba52a
children e4606eae8ea5
comparison
equal deleted inserted replaced
6484:5b6632abd8e6 6485:2e0ba1f67900
35 String description, 35 String description,
36 ComputeType type, 36 ComputeType type,
37 String stateID, 37 String stateID,
38 String hash 38 String hash
39 ) { 39 ) {
40 // Pretty weird to change order of the two String params
41 // hash and stateID in comparison to parent. Its difficult to fix, now.
40 super(index, name, description, type, hash, stateID); 42 super(index, name, description, type, hash, stateID);
41 } 43 }
42 44
43 public WaterlevelFacet() { 45 public WaterlevelFacet() {
44 } 46 }

http://dive4elements.wald.intevation.org