Mercurial > dive4elements > framework
comparison ChangeLog @ 244:3d14fe6e05f7
Improved the describe() of a State - a reference to an artifact has been added.
artifacts/trunk@1683 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 14 Apr 2011 08:26:25 +0000 |
parents | 33b9cc23ac9b |
children | def3daabc5b5 |
comparison
equal
deleted
inserted
replaced
243:33b9cc23ac9b | 244:3d14fe6e05f7 |
---|---|
1 2011-04-14 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java, | |
4 artifact-database/src/main/java/de/intevation/artifactdatabase/state/AbstractState.java: | |
5 Added a reference to an artifact to the parameterlist of describe(). | |
6 This is needed to retrieve other necessary information of an artifact. | |
7 | |
1 2011-04-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2011-04-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 9 |
3 * artifact-database/src/main/resources/sql/org-postgresql-driver.properties: | 10 * artifact-database/src/main/resources/sql/org-postgresql-driver.properties: |
4 Internal granularity should be milliseconds and not microseconds. | 11 Internal granularity should be milliseconds and not microseconds. |
5 | 12 |