Mercurial > dive4elements > framework
comparison ChangeLog @ 372:72e4f03bf4a0
Prevent NullPointerException in AbstractState.
artifacts/trunk@3825 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 30 Jan 2012 13:15:12 +0000 |
parents | 831d317547eb |
children | 5420b96dd0b3 |
comparison
equal
deleted
inserted
replaced
371:831d317547eb | 372:72e4f03bf4a0 |
---|---|
1 2012-01-30 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: | |
4 Bugfix: search for StateData objects by name only the State has | |
5 StateData objects set. | |
6 | |
1 2012-01-30 Ingo Weinzierl <ingo@intevation.de> | 7 2012-01-30 Ingo Weinzierl <ingo@intevation.de> |
2 | 8 |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: | 9 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: |
4 Added methods to extract the default value for a min and max item. | 10 Added methods to extract the default value for a min and max item. |
5 | 11 |