comparison gnv/src/main/java/de/intevation/gnv/action/sessionmodel/DiagrammOptions.java @ 964:3549253ecd7b

Fixed some warnings which were displaied during the javadoc-generation gnv/trunk@1108 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 18 May 2010 11:14:09 +0000
parents a88fc6320cf8
children c7f8a9b4b006
comparison
equal deleted inserted replaced
963:0441e78cd900 964:3549253ecd7b
20 super(); 20 super();
21 } 21 }
22 22
23 /** 23 /**
24 * Returns the Value to a given Key 24 * Returns the Value to a given Key
25 * @param The key of the value that should be returned. 25 * @param key The key of the value that should be returned.
26 * @return the value. 26 * @return the value.
27 */ 27 */
28 public String getValue(String key) { 28 public String getValue(String key) {
29 return this.values.get(key); 29 return this.values.get(key);
30 } 30 }

http://dive4elements.wald.intevation.org