diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-16 10:53:18 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-16 10:53:18 +0300 |
commit | 054c4a16f57f693329c3a5f00b9e44288bf781e2 (patch) | |
tree | dc507dc5cad5e4ba250301a4cb32d1125937e290 | |
parent | 6855529f1dc872fcc0c18a14ae00796e5cbe94bf (diff) | |
download | vaadin-framework-054c4a16f57f693329c3a5f00b9e44288bf781e2.tar.gz vaadin-framework-054c4a16f57f693329c3a5f00b9e44288bf781e2.zip |
Removed more @version included in some files but not in all (#9299)
26 files changed, 0 insertions, 113 deletions
diff --git a/server/src/com/vaadin/Application.java b/server/src/com/vaadin/Application.java index 09971b3467..b4311ce32f 100644 --- a/server/src/com/vaadin/Application.java +++ b/server/src/com/vaadin/Application.java @@ -792,8 +792,6 @@ public class Application implements Terminal.ErrorListener, Serializable { * Application user change event sent when the setUser is called to change * the current user of the application. * - * @version - * @VERSION@ * @since 3.0 */ public class UserChangeEvent extends java.util.EventObject { @@ -858,8 +856,6 @@ public class Application implements Terminal.ErrorListener, Serializable { * The <code>UserChangeListener</code> interface for listening application * user changes. * - * @version - * @VERSION@ * @since 3.0 */ public interface UserChangeListener extends EventListener, Serializable { diff --git a/server/src/com/vaadin/data/Property.java b/server/src/com/vaadin/data/Property.java index 9b6cae2d47..9d6d3e4087 100644 --- a/server/src/com/vaadin/data/Property.java +++ b/server/src/com/vaadin/data/Property.java @@ -111,7 +111,6 @@ public interface Property<T> extends Serializable { * @param <T> * The type of the property * @author Vaadin Ltd - * @version @version@ * @since 7.0 */ public interface Transactional<T> extends Property<T> { @@ -164,8 +163,6 @@ public interface Property<T> extends Serializable { * modification failed because it's in read-only mode. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ @SuppressWarnings("serial") @@ -195,8 +192,6 @@ public interface Property<T> extends Serializable { * as a data source. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface Viewer extends Serializable { @@ -229,8 +224,6 @@ public interface Property<T> extends Serializable { * </p> * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface Editor extends Property.Viewer, Serializable { @@ -244,8 +237,6 @@ public interface Property<T> extends Serializable { * changed. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface ValueChangeEvent extends Serializable { @@ -263,8 +254,6 @@ public interface Property<T> extends Serializable { * <code>ValueChangeEvent</code> objects. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface ValueChangeListener extends Serializable { @@ -293,8 +282,6 @@ public interface Property<T> extends Serializable { * </p> * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface ValueChangeNotifier extends Serializable { @@ -323,8 +310,6 @@ public interface Property<T> extends Serializable { * status has been changed. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface ReadOnlyStatusChangeEvent extends Serializable { @@ -342,8 +327,6 @@ public interface Property<T> extends Serializable { * <code>ReadOnlyStatusChangeEvent</code> objects. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface ReadOnlyStatusChangeListener extends Serializable { @@ -374,8 +357,6 @@ public interface Property<T> extends Serializable { * </p> * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface ReadOnlyStatusChangeNotifier extends Serializable { diff --git a/server/src/com/vaadin/data/Validator.java b/server/src/com/vaadin/data/Validator.java index 80e27270a0..a44579213c 100644 --- a/server/src/com/vaadin/data/Validator.java +++ b/server/src/com/vaadin/data/Validator.java @@ -59,8 +59,6 @@ public interface Validator extends Serializable { * </p> * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ @SuppressWarnings("serial") @@ -158,8 +156,6 @@ public interface Validator extends Serializable { * the thrower. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 5.3.0 */ @SuppressWarnings("serial") diff --git a/server/src/com/vaadin/data/fieldgroup/FieldGroup.java b/server/src/com/vaadin/data/fieldgroup/FieldGroup.java index 3df19f5bc9..44197617d4 100644 --- a/server/src/com/vaadin/data/fieldgroup/FieldGroup.java +++ b/server/src/com/vaadin/data/fieldgroup/FieldGroup.java @@ -39,7 +39,6 @@ import com.vaadin.ui.Form; * </p> * * @author Vaadin Ltd - * @version @version@ * @since 7.0 */ public class FieldGroup implements Serializable { diff --git a/server/src/com/vaadin/data/fieldgroup/FieldGroupFieldFactory.java b/server/src/com/vaadin/data/fieldgroup/FieldGroupFieldFactory.java index 80c012cbdc..5373ae1a47 100644 --- a/server/src/com/vaadin/data/fieldgroup/FieldGroupFieldFactory.java +++ b/server/src/com/vaadin/data/fieldgroup/FieldGroupFieldFactory.java @@ -12,7 +12,6 @@ import com.vaadin.ui.Field; * that should be edited. * * @author Vaadin Ltd. - * @version @version@ * @since 7.0 */ public interface FieldGroupFieldFactory extends Serializable { diff --git a/server/src/com/vaadin/data/util/FilesystemContainer.java b/server/src/com/vaadin/data/util/FilesystemContainer.java index abd3a768b5..c61e24b032 100644 --- a/server/src/com/vaadin/data/util/FilesystemContainer.java +++ b/server/src/com/vaadin/data/util/FilesystemContainer.java @@ -600,8 +600,6 @@ public class FilesystemContainer implements Container.Hierarchical { * A Item wrapper for files in a filesystem. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class FileItem implements Item { @@ -757,8 +755,6 @@ public class FilesystemContainer implements Container.Hierarchical { * extension. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class FileExtensionFilter implements FilenameFilter, Serializable { diff --git a/server/src/com/vaadin/data/util/IndexedContainer.java b/server/src/com/vaadin/data/util/IndexedContainer.java index 96c6a34a13..0a88991edf 100644 --- a/server/src/com/vaadin/data/util/IndexedContainer.java +++ b/server/src/com/vaadin/data/util/IndexedContainer.java @@ -421,8 +421,6 @@ public class IndexedContainer extends * changed. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public static class ItemSetChangeEvent extends BaseItemSetChangeEvent { @@ -451,8 +449,6 @@ public class IndexedContainer extends * value has changed. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ private static class PropertyValueChangeEvent extends EventObject implements @@ -788,8 +784,6 @@ public class IndexedContainer extends * * @author Vaadin Ltd. * - * @version - * @VERSION@ * @since 3.0 */ private class IndexedContainerProperty implements Property<Object>, diff --git a/server/src/com/vaadin/data/util/MethodProperty.java b/server/src/com/vaadin/data/util/MethodProperty.java index a6e3f995b0..78e863232d 100644 --- a/server/src/com/vaadin/data/util/MethodProperty.java +++ b/server/src/com/vaadin/data/util/MethodProperty.java @@ -692,8 +692,6 @@ public class MethodProperty<T> extends AbstractProperty<T> { * property. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ @SuppressWarnings("rawtypes") diff --git a/server/src/com/vaadin/data/util/PropertysetItem.java b/server/src/com/vaadin/data/util/PropertysetItem.java index ac0549d296..a4f20fa734 100644 --- a/server/src/com/vaadin/data/util/PropertysetItem.java +++ b/server/src/com/vaadin/data/util/PropertysetItem.java @@ -161,8 +161,6 @@ public class PropertysetItem implements Item, Item.PropertySetChangeNotifier, * changed. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ private static class PropertySetChangeEvent extends EventObject implements diff --git a/server/src/com/vaadin/data/util/QueryContainer.java b/server/src/com/vaadin/data/util/QueryContainer.java index dc7c883a7e..319cf2ad0d 100644 --- a/server/src/com/vaadin/data/util/QueryContainer.java +++ b/server/src/com/vaadin/data/util/QueryContainer.java @@ -42,7 +42,6 @@ import com.vaadin.data.Property; * @see com.vaadin.data.Container * * @author Vaadin Ltd. - * @version * @since 4.0 * * @deprecated will be removed in the future, use the SQLContainer add-on @@ -517,7 +516,6 @@ public class QueryContainer implements Container, Container.Ordered, * The <code>Row</code> class implements methods of Item. * * @author Vaadin Ltd. - * @version * @since 4.0 */ class Row implements Item { diff --git a/server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java b/server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java index d042bfaac2..93cd8898bf 100644 --- a/server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java +++ b/server/src/com/vaadin/data/util/TransactionalPropertyWrapper.java @@ -25,7 +25,6 @@ import com.vaadin.data.Property.ValueChangeNotifier; * @see com.vaadin.data.Property.Transactional * * @author Vaadin Ltd - * @version @version@ * @since 7.0 * * @param <T> diff --git a/server/src/com/vaadin/data/util/converter/Converter.java b/server/src/com/vaadin/data/util/converter/Converter.java index 06aa6ad24c..0c91e3f4f2 100644 --- a/server/src/com/vaadin/data/util/converter/Converter.java +++ b/server/src/com/vaadin/data/util/converter/Converter.java @@ -105,8 +105,6 @@ public interface Converter<PRESENTATION, MODEL> extends Serializable { * {@link Converter#convertToModel(Object, Locale)} could not be converted. * * @author Vaadin Ltd - * @version - * @VERSION@ * @since 7.0 */ public static class ConversionException extends RuntimeException { diff --git a/server/src/com/vaadin/event/Action.java b/server/src/com/vaadin/event/Action.java index 41f2e13bcb..bfc9fb314a 100644 --- a/server/src/com/vaadin/event/Action.java +++ b/server/src/com/vaadin/event/Action.java @@ -103,8 +103,6 @@ public class Action implements Serializable { * Interface implemented by classes who wish to handle actions. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface Handler extends Serializable { @@ -146,8 +144,6 @@ public class Action implements Serializable { * action. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface Container extends Serializable { diff --git a/server/src/com/vaadin/event/ListenerMethod.java b/server/src/com/vaadin/event/ListenerMethod.java index ee1066ae5b..7ef16ca953 100644 --- a/server/src/com/vaadin/event/ListenerMethod.java +++ b/server/src/com/vaadin/event/ListenerMethod.java @@ -608,8 +608,6 @@ public class ListenerMethod implements EventListener, Serializable { * MethodException instance and rethrown by the <code>ListenerMethod</code>. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class MethodException extends RuntimeException implements diff --git a/server/src/com/vaadin/event/MouseEvents.java b/server/src/com/vaadin/event/MouseEvents.java index c0c664a4e5..785ba6c8a0 100644 --- a/server/src/com/vaadin/event/MouseEvents.java +++ b/server/src/com/vaadin/event/MouseEvents.java @@ -29,8 +29,6 @@ public interface MouseEvents { * * @author Vaadin Ltd. * @see ClickListener - * @version - * @VERSION@ * @since 6.2 */ public class ClickEvent extends Component.Event { @@ -167,8 +165,6 @@ public interface MouseEvents { * * @see ClickEvent * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 6.2 */ public interface ClickListener extends ComponentEventListener { @@ -192,8 +188,6 @@ public interface MouseEvents { * * @see ClickEvent * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 6.2 */ public class DoubleClickEvent extends Component.Event { @@ -209,8 +203,6 @@ public interface MouseEvents { * * @see DoubleClickEvent * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 6.2 */ public interface DoubleClickListener extends ComponentEventListener { diff --git a/server/src/com/vaadin/event/ShortcutAction.java b/server/src/com/vaadin/event/ShortcutAction.java index c42dd731c8..a90d02d0a0 100644 --- a/server/src/com/vaadin/event/ShortcutAction.java +++ b/server/src/com/vaadin/event/ShortcutAction.java @@ -36,7 +36,6 @@ import com.vaadin.ui.Window; * </p> * * @author Vaadin Ltd. - * @version * @since 4.0.1 */ @SuppressWarnings("serial") diff --git a/server/src/com/vaadin/terminal/StreamResource.java b/server/src/com/vaadin/terminal/StreamResource.java index 128af14801..eb4b1d0e96 100644 --- a/server/src/com/vaadin/terminal/StreamResource.java +++ b/server/src/com/vaadin/terminal/StreamResource.java @@ -165,8 +165,6 @@ public class StreamResource implements ApplicationResource { * Interface implemented by the source of a StreamResource. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface StreamSource extends Serializable { diff --git a/server/src/com/vaadin/ui/AbstractField.java b/server/src/com/vaadin/ui/AbstractField.java index 837ba8104b..4667c675a7 100644 --- a/server/src/com/vaadin/ui/AbstractField.java +++ b/server/src/com/vaadin/ui/AbstractField.java @@ -1186,8 +1186,6 @@ public abstract class AbstractField<T> extends AbstractComponent implements * status has changed. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public static class ReadOnlyStatusChangeEvent extends Component.Event diff --git a/server/src/com/vaadin/ui/Button.java b/server/src/com/vaadin/ui/Button.java index 5797e319c0..febf61a766 100644 --- a/server/src/com/vaadin/ui/Button.java +++ b/server/src/com/vaadin/ui/Button.java @@ -94,8 +94,6 @@ public class Button extends AbstractComponent implements * Click event. This event is thrown, when the button is clicked. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class ClickEvent extends Component.Event { @@ -255,8 +253,6 @@ public class Button extends AbstractComponent implements * {@link Component}. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface ClickListener extends Serializable { diff --git a/server/src/com/vaadin/ui/DateField.java b/server/src/com/vaadin/ui/DateField.java index f48680d36a..d55ef4b435 100644 --- a/server/src/com/vaadin/ui/DateField.java +++ b/server/src/com/vaadin/ui/DateField.java @@ -55,8 +55,6 @@ public class DateField extends AbstractField<Date> implements * Resolutions for DateFields * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 7.0 */ public enum Resolution { diff --git a/server/src/com/vaadin/ui/Field.java b/server/src/com/vaadin/ui/Field.java index 6dc40d192f..3b8a10d2cf 100644 --- a/server/src/com/vaadin/ui/Field.java +++ b/server/src/com/vaadin/ui/Field.java @@ -66,8 +66,6 @@ public interface Field<T> extends Component, BufferedValidatable, Property<T>, * changed. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ @SuppressWarnings("serial") diff --git a/server/src/com/vaadin/ui/GridLayout.java b/server/src/com/vaadin/ui/GridLayout.java index 194bc5028f..5a1050a2c7 100644 --- a/server/src/com/vaadin/ui/GridLayout.java +++ b/server/src/com/vaadin/ui/GridLayout.java @@ -695,8 +695,6 @@ public class GridLayout extends AbstractLayout implements * </p> * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class Area implements Serializable { @@ -870,8 +868,6 @@ public class GridLayout extends AbstractLayout implements * (even partly) at the same space on a grid with the new component. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class OverlapsException extends java.lang.RuntimeException { @@ -928,8 +924,6 @@ public class GridLayout extends AbstractLayout implements * bounds of the grid. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class OutOfBoundsException extends java.lang.RuntimeException { diff --git a/server/src/com/vaadin/ui/Label.java b/server/src/com/vaadin/ui/Label.java index 37495ef55c..341d9546bc 100644 --- a/server/src/com/vaadin/ui/Label.java +++ b/server/src/com/vaadin/ui/Label.java @@ -305,8 +305,6 @@ public class Label extends AbstractComponent implements Property<String>, * Value change event * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public static class ValueChangeEvent extends Component.Event implements diff --git a/server/src/com/vaadin/ui/TabSheet.java b/server/src/com/vaadin/ui/TabSheet.java index c7afc5a165..7b68eaef37 100644 --- a/server/src/com/vaadin/ui/TabSheet.java +++ b/server/src/com/vaadin/ui/TabSheet.java @@ -804,8 +804,6 @@ public class TabSheet extends AbstractComponentContainer implements Focusable, * tab in the tab sheet is changed. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public class SelectedTabChangeEvent extends Component.Event { @@ -837,8 +835,6 @@ public class TabSheet extends AbstractComponentContainer implements Focusable, * * @author Vaadin Ltd. * - * @version - * @VERSION@ * @since 3.0 */ public interface SelectedTabChangeListener extends Serializable { diff --git a/server/src/com/vaadin/ui/Tree.java b/server/src/com/vaadin/ui/Tree.java index 5d13fcaf7d..82700fff3c 100644 --- a/server/src/com/vaadin/ui/Tree.java +++ b/server/src/com/vaadin/ui/Tree.java @@ -840,8 +840,6 @@ public class Tree extends AbstractSelect implements Container.Hierarchical, * the node. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public static class ExpandEvent extends Component.Event { @@ -874,8 +872,6 @@ public class Tree extends AbstractSelect implements Container.Hierarchical, * Expand event listener. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface ExpandListener extends Serializable { @@ -929,8 +925,6 @@ public class Tree extends AbstractSelect implements Container.Hierarchical, * Collapse event * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public static class CollapseEvent extends Component.Event { @@ -963,8 +957,6 @@ public class Tree extends AbstractSelect implements Container.Hierarchical, * Collapse event listener. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface CollapseListener extends Serializable { diff --git a/server/src/com/vaadin/ui/Upload.java b/server/src/com/vaadin/ui/Upload.java index 9bd9428a1c..fa0b98260e 100644 --- a/server/src/com/vaadin/ui/Upload.java +++ b/server/src/com/vaadin/ui/Upload.java @@ -180,8 +180,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * Upload component an output stream to write the uploaded data. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface Receiver extends Serializable { @@ -235,8 +233,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * FailedEvent, which are both subclasses of the FinishedEvent. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public static class FinishedEvent extends Component.Event { @@ -318,8 +314,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * reception is interrupted for some reason. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public static class FailedEvent extends FinishedEvent { @@ -406,8 +400,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * successfully. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public static class SucceededEvent extends FinishedEvent { @@ -430,8 +422,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * Upload.StartedEvent event is sent when the upload is started to received. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 5.0 */ public static class StartedEvent extends Component.Event { @@ -498,8 +488,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * Receives the events when the upload starts. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 5.0 */ public interface StartedListener extends Serializable { @@ -517,8 +505,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * Receives the events when the uploads are ready. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface FinishedListener extends Serializable { @@ -536,8 +522,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * Receives events when the uploads are finished, but unsuccessful. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface FailedListener extends Serializable { @@ -555,8 +539,6 @@ public class Upload extends AbstractComponent implements Component.Focusable, * Receives events when the uploads are successfully finished. * * @author Vaadin Ltd. - * @version - * @VERSION@ * @since 3.0 */ public interface SucceededListener extends Serializable { |