comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/Result.java @ 890:e9ca6be4dbd2

Modified some JavaDoc so that the Warnings that where caused by mistakes are removed. geo-backend/trunk@916 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 09:37:59 +0000
parents e5e30090c37c
children ebeb56428409
comparison
equal deleted inserted replaced
889:e5e30090c37c 890:e9ca6be4dbd2
102 */ 102 */
103 public Object getObject(int column); 103 public Object getObject(int column);
104 104
105 /** 105 /**
106 * Adds an new Columnvalue to the Result. 106 * Adds an new Columnvalue to the Result.
107 * @param columnthe Position where the column should be inserted. 107 * @param column the Position where the column should be inserted.
108 * @param value the Value of the Column 108 * @param value the Value of the Column
109 */ 109 */
110 public void addColumnValue(int column, Object value); 110 public void addColumnValue(int column, Object value);
111 } 111 }

http://dive4elements.wald.intevation.org