Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2794:3c26e16ae6c2
Fix or workaround flys/issue632, avoid NPE.
flys-backend/trunk@4112 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 02 Mar 2012 12:15:40 +0000 |
parents | 67f362883fe4 |
children | c41bb1293acb |
comparison
equal
deleted
inserted
replaced
2425:67f362883fe4 | 2794:3c26e16ae6c2 |
---|---|
1 2012-03-02 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix or workaround flys/issue632 . | |
4 | |
5 * src/main/java/de/intevation/flys/model/Wst.java: Avoid NPE when | |
6 trying to get min/max q values. | |
7 | |
1 2012-02-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2012-02-14 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 9 |
3 * src/main/java/de/intevation/flys/model/DischargeTable.java: | 10 * src/main/java/de/intevation/flys/model/DischargeTable.java: |
4 The list of DischargeTableValue is now sorted by Q. | 11 The list of DischargeTableValue is now sorted by Q. |
5 | 12 |