comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/DefaultInputValue.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents a5526908f92f
children 22c18083225e
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
1 package de.intevation.gnv.state; 1 package de.intevation.gnv.state;
2 2
3 /** 3 /**
4 * The default implementation of <code>InputValue</code>. InputValue objects are 4 * The default implementation of <code>InputValue</code>. InputValue objects are
5 * used to store meta information about <code>InputData</code> objects. 5 * used to store meta information about <code>InputData</code> objects.
6 * 6 *
7 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 7 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
8 */ 8 */
9 public class DefaultInputValue implements InputValue { 9 public class DefaultInputValue implements InputValue {
10 10
11 /** 11 /**
61 return this.type; 61 return this.type;
62 } 62 }
63 63
64 /** 64 /**
65 * Returns the information as string. 65 * Returns the information as string.
66 * 66 *
67 * @return information as string. 67 * @return information as string.
68 */ 68 */
69 @Override 69 @Override
70 public String toString() { 70 public String toString() {
71 return "InputValue " + this.name + " ==> " + this.type 71 return "InputValue " + this.name + " ==> " + this.type

http://dive4elements.wald.intevation.org