diff options
Diffstat (limited to 'uitest/src/main/java/com/vaadin/tests/TreeFilesystemContainer.java')
-rw-r--r-- | uitest/src/main/java/com/vaadin/tests/TreeFilesystemContainer.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/uitest/src/main/java/com/vaadin/tests/TreeFilesystemContainer.java b/uitest/src/main/java/com/vaadin/tests/TreeFilesystemContainer.java index a61055a4b5..6247c4def3 100644 --- a/uitest/src/main/java/com/vaadin/tests/TreeFilesystemContainer.java +++ b/uitest/src/main/java/com/vaadin/tests/TreeFilesystemContainer.java @@ -1,12 +1,12 @@ /* * Copyright 2000-2014 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 @@ -37,9 +37,9 @@ import com.vaadin.ui.VerticalLayout; * <code>com.vaadin.data.util.FilesystemContainer</code>, how to read * <code>com.vaadin.ui.Component.Event</code> objects, how to receive and handle * any event by implementing <code>com.vaadin.ui.Component.Listener</code>. - * + * * @since 4.0.0 - * + * */ public class TreeFilesystemContainer extends com.vaadin.server.LegacyApplication implements Listener { |