From 34df1c3171e8cb0ee86eb1cded0a3b0460dee530 Mon Sep 17 00:00:00 2001 From: Jens Lidestrom Date: Sun, 18 Sep 2022 22:04:12 +0200 Subject: [PATCH] Remove note about deprecated property classes Change-Id: Ieb67d167cbc57a6755ce08ce3da1b2efca713132 --- .../core/databinding/beans/typed/BeanProperties.java | 5 ----- .../core/databinding/beans/typed/PojoProperties.java | 5 ----- .../jface/databinding/swt/typed/WidgetProperties.java | 5 ----- .../jface/databinding/viewers/typed/ViewerProperties.java | 5 ----- .../eclipse/ui/databinding/typed/WorkbenchProperties.java | 6 ------ 5 files changed, 26 deletions(-) diff --git a/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/BeanProperties.java b/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/BeanProperties.java index 1453a7a5fbd..1047a347628 100644 --- a/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/BeanProperties.java +++ b/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/BeanProperties.java @@ -46,11 +46,6 @@ * A factory for creating properties for Java objects that conform to the * JavaBean * specification for bound properties. - *

- * This class is a new version of the deprecated class with the same name in the - * parent package. The difference is that this class returns typed property - * objects. This class is located in its own package to be able to coexist with - * the old version while having the same name. * * @since 1.5 */ diff --git a/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/PojoProperties.java b/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/PojoProperties.java index 71a55a9c1c8..d9357e4ca30 100644 --- a/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/PojoProperties.java +++ b/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/typed/PojoProperties.java @@ -47,11 +47,6 @@ * conform to idea of an object with getters and setters but does not provide * {@link PropertyChangeEvent property change events} on change. This factory is * identical to {@link BeanProperties} except for this fact. - *

- * This class is a new version of the deprecated class with the same name in the - * parent package. The difference is that this class returns typed property - * objects. This class is located in its own package to be able to coexist with - * the old version while having the same name. * * @since 1.5 */ diff --git a/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/typed/WidgetProperties.java b/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/typed/WidgetProperties.java index 4cc2599b4cb..39102f8c98c 100644 --- a/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/typed/WidgetProperties.java +++ b/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/swt/typed/WidgetProperties.java @@ -93,11 +93,6 @@ /** * A factory for creating properties of SWT {@link Widget widgets}. - *

- * This class is a new version of the deprecated class with the same name in the - * parent package. The difference is that this class returns typed property - * objects. This class is located in its own package to be able to coexist with - * the old version while having the same name. * * @since 1.9 */ diff --git a/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/typed/ViewerProperties.java b/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/typed/ViewerProperties.java index ac6dc02e89a..ae9c64f802a 100644 --- a/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/typed/ViewerProperties.java +++ b/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/databinding/viewers/typed/ViewerProperties.java @@ -35,11 +35,6 @@ /** * A factory for creating properties of JFace {@link Viewer viewers}. - *

- * This class is a new version of the deprecated class with the same name in the - * parent package. The difference is that this class returns typed property - * objects. This class is located in its own package to be able to coexist with - * the old version while having the same name. * * @since 1.9 */ diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java index db3ae9a1c02..332b2edbabf 100644 --- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java +++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/typed/WorkbenchProperties.java @@ -48,12 +48,6 @@ * WorkbenchProperties.singleSelection().observe(getSite().getService(ISelectionService.class)) * * - *

- * This class is a new version of the deprecated class with the same name in the - * parent package. The difference is that this class returns typed property - * objects. This class is located in its own package to be able to coexist with - * the old version while having the same name. - * * @since 3.117 */ public class WorkbenchProperties {