aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/widgetset/client/superText/SuperTextAreaState.java
blob: 005075429c56102ad881030f25ea9d19002050e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
package com.vaadin.tests.widgetset.client.superText;

import com.vaadin.shared.ui.textarea.TextAreaState;

/**
 * @author artamonov
 * @version $Id$
 */
public class SuperTextAreaState extends TextAreaState {

}