comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/TableDataPanel.java @ 7601:46aeac6901d5

Typo fix in doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 27 Nov 2013 14:36:35 +0100
parents ea9eef426962
children c50dbbe17950
comparison
equal deleted inserted replaced
7600:410fbd6a6d01 7601:46aeac6901d5
118 118
119 119
120 /** 120 /**
121 * This method sets the data to a dynamic table. 121 * This method sets the data to a dynamic table.
122 * 122 *
123 * @param list List if String[] containing the data. 123 * @param list List of String[] containing the data.
124 */ 124 */
125 public void setData(List<String[]> list) { 125 public void setData(List<String[]> list) {
126 if (list == null || list.size() < 2) { 126 if (list == null || list.size() < 2) {
127 dataTable.setEmptyMessage(MESSAGES.error_no_calc_result()); 127 dataTable.setEmptyMessage(MESSAGES.error_no_calc_result());
128 dataTable.redraw(); 128 dataTable.redraw();

http://dive4elements.wald.intevation.org