Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2111:85d31c2620e5
Avoid an unlikely NPE.
flys-artifacts/trunk@3674 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Fri, 13 Jan 2012 11:40:27 +0000 |
parents | 7c5bcb0e03e1 |
children | 2d0b22602fc2 |
comparison
equal
deleted
inserted
replaced
2110:7c5bcb0e03e1 | 2111:85d31c2620e5 |
---|---|
1 2011-01-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: | |
4 Avoid NPE when copying data from one artifact to another. | |
5 | |
1 2011-01-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 6 2011-01-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 7 |
3 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: | 8 * src/main/java/de/intevation/flys/exports/XYChartGenerator.java: |
4 (expandRange): Prevent collapse due to negative values. | 9 (expandRange): Prevent collapse due to negative values. |
5 | 10 |