comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/WaterlevelState.java @ 6554:12d9c5a430c5

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 10 Jul 2013 11:37:50 +0200
parents 1e6bd2831280
children e4606eae8ea5
comparison
equal deleted inserted replaced
6553:e89e5163973f 6554:12d9c5a430c5
136 } 136 }
137 137
138 return res; 138 return res;
139 } 139 }
140 140
141 /** Returns empty String if argument is null, argument itself otherwise. */
141 private static final String nn(String s) { 142 private static final String nn(String s) {
142 return s != null ? s : ""; 143 return s != null ? s : "";
143 } 144 }
144 145
145 private static final Date nn(Date d) { 146 private static final Date nn(Date d) {

http://dive4elements.wald.intevation.org