diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-12-08 12:31:15 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-12-08 12:31:15 +0000 |
commit | 3b0da56451c49a1a1ecc7af7db97cc04339c7c20 (patch) | |
tree | 7d86ec15906d44f23e065ef147994d603f1a70ff /src/com/vaadin/ui/PopupView.java | |
parent | 203cb91e08cd05ac9e088dea4f282e082f8e5b69 (diff) | |
download | vaadin-framework-3b0da56451c49a1a1ecc7af7db97cc04339c7c20.tar.gz vaadin-framework-3b0da56451c49a1a1ecc7af7db97cc04339c7c20.zip |
#7354 IT Mill -> Vaadin find and replace
svn changeset:22317/svn branch:6.7
Diffstat (limited to 'src/com/vaadin/ui/PopupView.java')
-rw-r--r-- | src/com/vaadin/ui/PopupView.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/PopupView.java b/src/com/vaadin/ui/PopupView.java index 4e1f387504..fcad727510 100644 --- a/src/com/vaadin/ui/PopupView.java +++ b/src/com/vaadin/ui/PopupView.java @@ -1,5 +1,5 @@ /* -@ITMillApache2LicenseForJavaFiles@ +@VaadinApache2LicenseForJavaFiles@ */ package com.vaadin.ui; @@ -19,7 +19,7 @@ import com.vaadin.terminal.gwt.client.ui.VPopupView; * view is displayed on a popup. The inner class {@link PopupView.Content} is * used to deliver contents to this component. * - * @author IT Mill Ltd. + * @author Vaadin Ltd. */ @SuppressWarnings("serial") @ClientWidget(VPopupView.class) |