comparison src/main/java/de/intevation/lada/validation/ValidationException.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents 92affd9467f8
children 183f8116d9a6
comparison
equal deleted inserted replaced
365:fab80595ed55 366:567ce7697fc7
53 } 53 }
54 54
55 /** 55 /**
56 * Getter for the errors. 56 * Getter for the errors.
57 * 57 *
58 * @return 58 * @return the errors
59 */ 59 */
60 public Map<String, Integer> getErrors() { 60 public Map<String, Integer> getErrors() {
61 return errors; 61 return errors;
62 } 62 }
63 63
64 /** 64 /**
65 * Getter for the warnings. 65 * Getter for the warnings.
66 * 66 *
67 * @return 67 * @return the warnings
68 */ 68 */
69 public Map<String, Integer> getWarnings() { 69 public Map<String, Integer> getWarnings() {
70 return warnings; 70 return warnings;
71 } 71 }
72 } 72 }
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)