Skip to content

Commit

Permalink
fix javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Apr 18, 2023
1 parent 1efa0d2 commit 4b6cbcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void shutdown() throws InterruptedException {
* the maximum time to wait
* @param unit
* the time unit of the timeout argument
* @return <tt>true</tt> if this executor terminated and <tt>false</tt> if the timeout elapsed
* @return {@code true} if this executor terminated and {@code false} if the timeout elapsed
* before termination
* @throws InterruptedException
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface SampleProcessorService {
* the maximum time to wait
* @param unit
* the time unit of the timeout argument
* @return <tt>true</tt> if this executor terminated and <tt>false</tt> if the timeout elapsed
* @return {@code true} if this executor terminated and {@code false} if the timeout elapsed
* before termination
* @throws InterruptedException
*/
Expand Down

0 comments on commit 4b6cbcb

Please sign in to comment.