Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2020-07-13 20:57:29 +0000
committerKarsten Thoms2020-07-13 20:57:29 +0000
commit33a1806c3bacc34689ace832a58aea85c5cfcedb (patch)
treebe4f39a560095824f6d960737ec5d8566fa238db /bundles/org.eclipse.platform.doc.isv/porting/removals.html
parent8dc7fa196c2e8d44e405a60589ce000263c4a27e (diff)
downloadeclipse.platform.common-33a1806c3bacc34689ace832a58aea85c5cfcedb.tar.gz
eclipse.platform.common-33a1806c3bacc34689ace832a58aea85c5cfcedb.tar.xz
eclipse.platform.common-33a1806c3bacc34689ace832a58aea85c5cfcedb.zip
Bug 564893 - Document removal of Platform#getJobManager()I20200713-2230I20200713-1800
Change-Id: I954ff12e643ca4304bddf5634c24f4950026161c Signed-off-by: Karsten Thoms <karsten.thoms@karakun.com>
Diffstat (limited to 'bundles/org.eclipse.platform.doc.isv/porting/removals.html')
-rw-r--r--bundles/org.eclipse.platform.doc.isv/porting/removals.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index c1086584d..bfff72d14 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -12,7 +12,7 @@
<p>
Deprecated API can be marked for deletion.
- See the <a href="http://wiki.eclipse.org/Eclipse/API_Central/Deprecation_Policy">policy</a> for the details.
+ See the <a href="http://wiki.eclipse.org/Eclipse/API_Central/Deprecation_Policy">policy</a> for the details.
This section describes API removals that occurred in past releases, and upcoming removals in future releases.
</p>
@@ -67,6 +67,7 @@ Removed APIs in the Eclipse 4.17 release:
</p>
<ol>
<li><a href="#minputpart">Remove Input and MInputPart</a></li>
+ <li><a href="#platform-getjobmanager">org.eclipse.core.runtime.Platform#getJobManager()</a></li>
</ol>
@@ -96,7 +97,6 @@ Planned API removals after June 2020:
<li><a href="#mpartdescriptor">Remove Dirtable flag from MPartDescriptor</a></li>
<li><a href="#iplatformrunnable">Remove org.eclipse.core.runtime.IPlatformRunnable</a></li>
<li><a href="#ui-dialogs">Remove deprecated dialogs from org.eclipse.ui.dialogs</a></li>
- <li><a href="#platform-getjobmanager">Remove method org.eclipse.core.runtime.Platform#getJobManager()</a></li>
<li><a href="#jface-popupdialog">Remove deprecated method and constructor in PopupDialog</a></li>
</ol>

Back to the top