| Index: frontend/client/src/autotest/afe/ITextArea.java
|
| diff --git a/frontend/client/src/autotest/afe/ITextArea.java b/frontend/client/src/autotest/afe/ITextArea.java
|
| deleted file mode 100644
|
| index aee39bd57cee3b684853b3af8f633b29de7e8adb..0000000000000000000000000000000000000000
|
| --- a/frontend/client/src/autotest/afe/ITextArea.java
|
| +++ /dev/null
|
| @@ -1,11 +0,0 @@
|
| -package autotest.afe;
|
| -
|
| -import com.google.gwt.event.dom.client.HasChangeHandlers;
|
| -import com.google.gwt.user.client.ui.HasText;
|
| -import com.google.gwt.user.client.ui.TextArea;
|
| -
|
| -public interface ITextArea extends HasText, HasChangeHandlers {
|
| - public void setReadOnly(boolean readOnly);
|
| -
|
| - public static class TextAreaImpl extends TextArea implements ITextArea {}
|
| -}
|
|
|