comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultMapService.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 feae2f9d6c6f
children 32d01e1ce2df
comparison
equal deleted inserted replaced
814:9d427dd2a96a 815:22c18083225e
32 this.layer = layer; 32 this.layer = layer;
33 this.type = type; 33 this.type = type;
34 this.url = url; 34 this.url = url;
35 } 35 }
36 36
37 /**
38 * @return
39 */
40 public String getID() { 37 public String getID() {
41 return this.id; 38 return this.id;
42 } 39 }
43 40
44 /**
45 * @return
46 */
47 public Collection<Layer> getLayer() { 41 public Collection<Layer> getLayer() {
48 return this.layer; 42 return this.layer;
49 } 43 }
50 44
51 /**
52 * @return
53 */
54 public String getType() { 45 public String getType() {
55 return this.type; 46 return this.type;
56 } 47 }
57 48
58 /**
59 * @return
60 */
61 public String getURL() { 49 public String getURL() {
62 return this.url; 50 return this.url;
63 } 51 }
64
65 } 52 }
66 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 53 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org