comparison geo-backend/src/main/java/de/intevation/gnv/geobackend/base/ResultDescriptor.java @ 885:1c3efbd2fc5a

Removes trailing whitespace. geo-backend/trunk@850 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:49:16 +0000
parents 12f88239fb33
children 8b442223741c
comparison
equal deleted inserted replaced
884:12f88239fb33 885:1c3efbd2fc5a
38 * @param className the Name of the Class (e.g. Double, Integer 38 * @param className the Name of the Class (e.g. Double, Integer
39 */ 39 */
40 public void addColumn(String name, String className); 40 public void addColumn(String name, String className);
41 41
42 /** 42 /**
43 * Returns the Indices of the Columns which are specified in the 43 * Returns the Indices of the Columns which are specified in the
44 * param columnNames. 44 * param columnNames.
45 * @param columnNames the Name of the Columns for which the Indices should returned. 45 * @param columnNames the Name of the Columns for which the Indices should returned.
46 * @return the Indices of the Columns which are specified in the 46 * @return the Indices of the Columns which are specified in the
47 * param columnNames. 47 * param columnNames.
48 */ 48 */
49 public int [] getColumnIndices(String [] columnNames); 49 public int [] getColumnIndices(String [] columnNames);
50 50
51 /** 51 /**

http://dive4elements.wald.intevation.org