Skip to content

Commit

Permalink
Javadoc cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 17, 2024
1 parent f5437e0 commit e48ed03
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
import static io.vertx.core.spi.metrics.Metrics.*;

/**
*
* This class is optimised for performance when used on the same event loop. However it can be used safely from other threads.
* </p>
* The connection maintains two fields for tracking requests:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
import java.util.stream.Collectors;

/**
* This class is thread-safe.
*
* @author <a href="http://tfox.org">Tim Fox</a>
*/
public class HttpClientBase implements MetricsProvider, Closeable {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
import java.util.regex.Pattern;

/**
* This class is thread-safe.
*
* @author <a href="http://tfox.org">Tim Fox</a>
*/
public class HttpClientImpl extends HttpClientBase implements HttpClientInternal, MetricsProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
import java.util.stream.Collectors;

/**
* This class is thread-safe
*
* @author <a href="http://tfox.org">Tim Fox</a>
*/
public class HttpServerImpl implements HttpServer, MetricsProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
import java.util.function.Predicate;

/**
*
* This class is thread-safe
*
* @author <a href="http://tfox.org">Tim Fox</a>
* @author <a href="mailto:julien@julienviet.com">Julien Viet</a>
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import java.util.concurrent.TimeUnit;

/**
* Base class for TCP servers
* Vert.x TCP server
*
* @author <a href="http://tfox.org">Tim Fox</a>
* @author <a href="mailto:julien@julienviet.com">Julien Viet</a>
Expand Down

0 comments on commit e48ed03

Please sign in to comment.