Skip to content

Commit

Permalink
Update javadoc of DuplicatedContext as it's not maintain a seperated …
Browse files Browse the repository at this point in the history
…taskQueue anymore.
  • Loading branch information
He-Pin authored and vietj committed May 10, 2024
1 parent dc12f93 commit 645b816
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/io/vertx/core/impl/DuplicatedContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
* A context that forwards most operations to a delegate. This context
*
* <ul>
* <li>maintains its own ordered task queue, ordered execute blocking are ordered on this
* context instead of the delegate.</li>
* <li>maintains its own local data instead of the delegate.</li>
* </ul>
*
Expand Down

0 comments on commit 645b816

Please sign in to comment.