Replace <code> with {@code} in javadoc
{@code foo} is shorter and easier to read and write than
<code>foo</code>, which is why it was introduced years ago in the
javadoc processor. Make consistent use of it throughout the
documentation comments.
Change-Id: I59d428cb6c5015453629398b0697891b83c8e91d
This commit is contained in:
@@ -179,7 +179,7 @@ public class MultiProgressMonitor {
|
||||
* <p>
|
||||
* Must be called from the main thread, <em>not</em> a worker thread. Once a
|
||||
* worker thread calls {@link #end()}, the future has an additional
|
||||
* <code>maxInterval</code> to finish before it is forcefully cancelled and
|
||||
* {@code maxInterval} to finish before it is forcefully cancelled and
|
||||
* {@link ExecutionException} is thrown.
|
||||
*
|
||||
* @param workerFuture a future that returns when worker threads are finished.
|
||||
|
||||
Reference in New Issue
Block a user