comparison src/main/java/de/intevation/lada/validation/rules/messwert/HasMessunsicherheit.java @ 950:0929503c2c79

Correct Typo.
author Tom Gottfried <tom@intevation.de>
date Tue, 24 May 2016 15:06:14 +0200
parents 54e83373bfae
children 1c41c7b8f7c2
comparison
equal deleted inserted replaced
949:2c927b3edb97 950:0929503c2c79
32 } 32 }
33 else if (nachweisgrenze != null && wert < nachweisgrenze) { 33 else if (nachweisgrenze != null && wert < nachweisgrenze) {
34 return null; 34 return null;
35 } 35 }
36 Violation violation = new Violation(); 36 Violation violation = new Violation();
37 violation.addWarning("messwewrt", 631); 37 violation.addWarning("messwert", 631);
38 return violation; 38 return violation;
39 } 39 }
40 } 40 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)