Skip to content

Commit

Permalink
repair HTML escaping for generics (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bananeweizen authored Sep 15, 2024
1 parent 019dac2 commit 815776e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions news/4.33/platform_isv.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ <h2>Platform and Equinox API</h2>
<td class="content">
<p>The <code>BusyIndicator</code> class defines the following new method:</p>
<ul>
<li><code>static void showWhile(Future<?> future)</code></li>
<li><code>static void showWhile(Future&lt;?&gt; future)</code></li>
</ul>
<p>
If called from a <code>Display</code> thread, it waits for the given <code>Future</code> to complete and provides busy feedback using the busy indicator.
If called from a <code>Display</code> thread, it waits for the given <code>Future</code> to complete and provides busy feedback using the busy indicator.
While waiting for completion, pending UI events are processed to prevent UI freeze.
If there is no <code>Display</code> for the current thread, <code>Future.get()</code> will be called, ignoring any <code>ExecutionException</code>
and no busy feedback will be displayed.
Expand Down

0 comments on commit 815776e

Please sign in to comment.