summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-08-23 15:18:41 +0300
committerVaadin Code Review <review@vaadin.com>2016-08-25 09:08:30 +0000
commitac74d37b185837149c1ef8d5bfe6fc921c7e1ac4 (patch)
treeae54bf922c4c7115eb562ef87dde760ec2703bed /client
parentc6c071aa61edf96be56e948f9e0b8d274ddda79a (diff)
downloadvaadin-framework-ac74d37b185837149c1ef8d5bfe6fc921c7e1ac4.tar.gz
vaadin-framework-ac74d37b185837149c1ef8d5bfe6fc921c7e1ac4.zip
Move Vaadin 7 CustomField to compatibility package
Change-Id: Ie1d37fd2d249bf35e953f095fa80a6905a135793
Diffstat (limited to 'client')
-rw-r--r--client/src/main/java/com/vaadin/client/legacy/ui/LegacyCustomFieldConnector.java25
1 files changed, 0 insertions, 25 deletions
diff --git a/client/src/main/java/com/vaadin/client/legacy/ui/LegacyCustomFieldConnector.java b/client/src/main/java/com/vaadin/client/legacy/ui/LegacyCustomFieldConnector.java
deleted file mode 100644
index 19b13f53d6..0000000000
--- a/client/src/main/java/com/vaadin/client/legacy/ui/LegacyCustomFieldConnector.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright 2000-2016 Vaadin Ltd.
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-package com.vaadin.client.legacy.ui;
-
-import com.vaadin.client.ui.customfield.CustomFieldConnector;
-import com.vaadin.shared.ui.Connect;
-import com.vaadin.v7.ui.CustomField;
-
-@Connect(value = CustomField.class)
-public class LegacyCustomFieldConnector extends CustomFieldConnector {
-
-}