comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/OutputTab.java @ 76:1c0731f69dc6

Fixed a typo. flys-client/trunk@1580 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 28 Mar 2011 09:14:52 +0000
parents 571843833129
children cd286de8f2ad
comparison
equal deleted inserted replaced
75:571843833129 76:1c0731f69dc6
22 * 22 *
23 * @param title The title of the tab. 23 * @param title The title of the tab.
24 * @param collection The collection that need to be displayed. 24 * @param collection The collection that need to be displayed.
25 * @param outputmode The OutputMode that need to be displayed. 25 * @param outputmode The OutputMode that need to be displayed.
26 */ 26 */
27 public OutputTab(String title, Collection collecton, OutputMode mode) { 27 public OutputTab(String title, Collection collection, OutputMode mode) {
28 super(title); 28 super(title);
29 29
30 this.collection = collection; 30 this.collection = collection;
31 this.mode = mode; 31 this.mode = mode;
32 32

http://dive4elements.wald.intevation.org