Skip to content

Commit

Permalink
Fix dangling link to Java class
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jun 4, 2024
1 parent 7521da1 commit d3a49ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object JettyThreadPools {
* Jetty [[org.eclipse.jetty.util.thread.ThreadPool]] have some rather
* unusual properties. [[org.eclipse.jetty.util.thread.ThreadPool]] itself
* does not implement any of the standard JVM or Jetty lifecycle systems,
* e.g. [[java.io.Closeable]] or
* e.g. Closeable or
* [[org.eclipse.jetty.util.component.LifeCycle]], but ''all'' the concrete
* implementations of it provided by Jetty ''do'' implement
* [[org.eclipse.jetty.util.component.LifeCycle]].
Expand Down

0 comments on commit d3a49ac

Please sign in to comment.