Mercurial > lada > lada-server
changeset 1128:830a47aeb15d
Remove misleading comment.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 01 Nov 2016 12:11:06 +0100 |
parents | 997899aba991 |
children | 48c0132dbc85 |
files | src/main/java/de/intevation/lada/model/land/Probe.java |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/de/intevation/lada/model/land/Probe.java Mon Oct 31 18:25:02 2016 +0100 +++ b/src/main/java/de/intevation/lada/model/land/Probe.java Tue Nov 01 12:11:06 2016 +0100 @@ -15,11 +15,8 @@ /** * The persistent class for the probe database table. - * + * */ -// The DynamicInsert Annotation has the effect, that the persisted object still -// has all the "null"-values. There is no reloading after the persistence -// process! @Entity @DynamicInsert(true) public class Probe implements Serializable {