Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2384:385170ff7b34
River: (fix) Renamed function which is not a getter.
flys-backend/trunk@3911 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 06 Feb 2012 07:36:51 +0000 |
parents | 6605dcd6745f |
children | 83abe19d4f40 |
comparison
equal
deleted
inserted
replaced
2383:6605dcd6745f | 2384:385170ff7b34 |
---|---|
1 2012-01-18 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 1 2012-02-03 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | |
3 * src/main/java/de/intevation/flys/model/River.java | |
4 (getGaugeDatumsKMs,queryGaugeDatumsKMs): renamed to avoid hibernate | |
5 running into trouble finding db-mapping for type Map for | |
6 what looks like a 'getter' of GaugeDatumsKMs. | |
7 | |
8 2012-02-03 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | 9 |
3 * src/main/java/de/intevation/flys/model/River.java(getGaugeDatumsKMs): | 10 * src/main/java/de/intevation/flys/model/River.java(getGaugeDatumsKMs): |
4 New method to build a map of gauge stattion km to | 11 New method to build a map of gauge stattion km to |
5 the datums (PNP) of the gauge. Useful look if a km | 12 the datums (PNP) of the gauge. Useful look if a km |
6 is a gauge station. | 13 is a gauge station. |