[Lada-commits] [PATCH 1 of 2] Remove misleading comment

Wald Commits scm-commit at wald.intevation.org
Tue Nov 1 12:48:45 CET 2016


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1477998666 -3600
# Node ID 830a47aeb15d6bcbcd3fd30779aa8e594db0e7c8
# Parent  997899aba9918ed45ca4843c851b1d903fca3950
Remove misleading comment.

diff -r 997899aba991 -r 830a47aeb15d src/main/java/de/intevation/lada/model/land/Probe.java
--- 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 {


More information about the Lada-commits mailing list