comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/DefaultExportMode.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 f953c9a559d8
comparison
equal deleted inserted replaced
814:9d427dd2a96a 815:22c18083225e
24 protected String mimeType; 24 protected String mimeType;
25 25
26 /** 26 /**
27 * Constructor. 27 * Constructor.
28 * 28 *
29 * @param name
30 * @param description
31 * @param mimeType
32 */ 29 */
33 public DefaultExportMode(String name, String description, String mimeType){ 30 public DefaultExportMode(String name, String description, String mimeType){
34 this.name = name; 31 this.name = name;
35 this.description = description; 32 this.description = description;
36 this.mimeType = mimeType; 33 this.mimeType = mimeType;
37 } 34 }
38 35
39 /** 36
40 *
41 * @return
42 */
43 public String getName() { 37 public String getName() {
44 return name; 38 return name;
45 } 39 }
46 40
47 /** 41
48 *
49 * @return
50 */
51 public String getDescription() { 42 public String getDescription() {
52 return description; 43 return description;
53 } 44 }
54 45
55 /** 46
56 *
57 * @return
58 */
59 public String getMimeType() { 47 public String getMimeType() {
60 return mimeType; 48 return mimeType;
61 } 49 }
62 } 50 }
63 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : 51 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org