comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultParameter.java @ 815:22c18083225e

Removed compiler warnings while JavaDoc generation. gnv-artifacts/trunk@900 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 12 Apr 2010 06:59:33 +0000
parents 9b9bf42b7928
children 32d01e1ce2df
comparison
equal deleted inserted replaced
814:9d427dd2a96a 815:22c18083225e
21 super(); 21 super();
22 this.id = id; 22 this.id = id;
23 this.name = name; 23 this.name = name;
24 } 24 }
25 25
26 /**
27 * @return
28 */
29 public String getID() { 26 public String getID() {
30 return this.id; 27 return this.id;
31 } 28 }
32 29
33 /**
34 * @return
35 */
36 public String getName() { 30 public String getName() {
37 return this.name; 31 return this.name;
38 } 32 }
39
40 } 33 }
41 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 34 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org