comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/DefaultOutputParameter.java @ 681:15ac78a91d1b

Removed trailing whitespace. gnv/trunk@852 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 08:04:15 +0000
parents 183850730a90
children d49e8695786c
comparison
equal deleted inserted replaced
680:ba3370dbc8c5 681:15ac78a91d1b
3 */ 3 */
4 package de.intevation.gnv.artifactdatabase.objects; 4 package de.intevation.gnv.artifactdatabase.objects;
5 5
6 /** 6 /**
7 * @author Tim Englich <tim.englich@intevation.de> 7 * @author Tim Englich <tim.englich@intevation.de>
8 * 8 *
9 */ 9 */
10 public class DefaultOutputParameter implements OutputParameter { 10 public class DefaultOutputParameter implements OutputParameter {
11 11
12 /** 12 /**
13 * The UID of this Class. 13 * The UID of this Class.
22 22
23 private String type = null; 23 private String type = null;
24 24
25 /** 25 /**
26 * Constructor 26 * Constructor
27 * 27 *
28 * @param name 28 * @param name
29 * @param value 29 * @param value
30 * @param description 30 * @param description
31 */ 31 */
32 public DefaultOutputParameter(String name, String value, 32 public DefaultOutputParameter(String name, String value,

http://dive4elements.wald.intevation.org