Bug 528191 - Mark org.eclipse.jface.util.Assert and
org.eclipse.jface.text.Assert for deletion


Change-Id: I15ac69c1f5624a90dc4bc3da04b491f7486b59a0
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/bundles/org.eclipse.platform.doc.isv/porting/removals.html b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
index 7ec6541..8a50b02 100644
--- a/bundles/org.eclipse.platform.doc.isv/porting/removals.html
+++ b/bundles/org.eclipse.platform.doc.isv/porting/removals.html
@@ -58,6 +58,15 @@
 </ol>
 <hr>
 
+<p>
+Planned API removals after June 2020:
+</p>
+<ol>
+ <li><a href="#jfaceassert">JFace and JFace text Assert</a></li>
+</ol>
+<hr>
+
+
 
 
 
@@ -226,5 +235,17 @@
 <a href="https://bugs.eclipse.org/493932" target="_blank">bug 493932</a>.
 </p>
 
+
+
+<!-- ############################################## -->
+<h2>API removals after June 2020</h2>
+<h3>1. <a name="jfaceassert"> org.eclipse.jface.util.Assert and org.eclipse.jface.text.Assert </a></h3>
+<p>
+The <code> org.eclipse.jface.util.Assert</code> and <code>org.eclipse.jface.text.Assert</code> classes are planned to be removed.
+</p>
+<p>
+For further details or to provide feedback on this change, see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=528191" target="_blank">bug 528191</a>.
+</p>
+
 </body>
 </html>