Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove note of deleted api classes #341

Merged
merged 1 commit into from
Sep 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
* A factory for creating properties for Java objects that conform to the
* <a href="http://java.sun.com/products/javabeans/docs/spec.html">JavaBean
* specification</a> for bound properties.
* <p>
* 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* <p>
* 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@

/**
* A factory for creating properties of SWT {@link Widget widgets}.
* <p>
* 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@

/**
* A factory for creating properties of JFace {@link Viewer viewers}.
* <p>
* 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@
* WorkbenchProperties.singleSelection().observe(getSite().getService(ISelectionService.class))
* </pre>
*
* <p>
* 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 {
Expand Down