diff options
Diffstat (limited to 'server/src/com/vaadin/data/util/IndexedContainer.java')
-rw-r--r-- | server/src/com/vaadin/data/util/IndexedContainer.java | 6 |
1 files changed, 0 insertions, 6 deletions
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>, |