Skip to content

Commit

Permalink
Mark IPlatformConfiguration/Factory for removal
Browse files Browse the repository at this point in the history
These interfaces are currently only used by ConfiguratorUtils that is
already marked for removal on 2024-03
  • Loading branch information
laeubi committed Dec 18, 2024
1 parent ca5ed8a commit e2aa858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @deprecated The org.eclipse.update component has been replaced by Equinox p2.
* This API will be deleted in a future release. See bug 311590 for details.
*/
@Deprecated
@Deprecated(forRemoval = true, since = "2025-03")
public interface IPlatformConfiguration {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @deprecated The org.eclipse.update component has been replaced by Equinox p2.
* This API will be deleted in a future release. See bug 311590 for details.
*/
@Deprecated
@Deprecated(forRemoval = true, since = "2025-03")
public interface IPlatformConfigurationFactory {
/**
* Returns the current platform configuration.
Expand Down

0 comments on commit e2aa858

Please sign in to comment.