Skip to content

Commit e4a55c1

Browse files
laeubivogella
authored andcommitted
Mark IPlatformConfiguration/Factory for removal
These interfaces are currently only used by ConfiguratorUtils that is already marked for removal on 2024-03
1 parent 2f18de7 commit e4a55c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @deprecated The org.eclipse.update component has been replaced by Equinox p2.
3737
* This API will be deleted in a future release. See bug 311590 for details.
3838
*/
39-
@Deprecated
39+
@Deprecated(forRemoval = true, since = "2025-03")
4040
public interface IPlatformConfiguration {
4141

4242
/**

update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfigurationFactory.java

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

0 commit comments

Comments
 (0)