Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Jun 12, 2018
1 parent fee144d commit 0c7a3eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ protected ByteBuffer initialValue() {
* Create a new {@link AbstractNioSender} given {@link ErrorReporter}, {@code host} and {@code port}. Object creation
* triggers hostname lookup for early failure.
*
* @param errorReporter
* @param host
* @param port
* @param errorReporter the error reporter.
* @param host hostname.
* @param port port number.
* @throws UnknownHostException
*/
protected AbstractNioSender(ErrorReporter errorReporter, String host, int port) throws UnknownHostException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public class GelfHTTPSender implements GelfSender {
* Create a new {@link GelfHTTPSender} given {@code url}, {@code connectTimeoutMs}, {@code readTimeoutMs} and
* {@link ErrorReporter}.
*
* @param url
* @param connectTimeoutMs
* @param readTimeoutMs
* @param errorReporter
* @param url target URL
* @param connectTimeoutMs connection timeout in milliseconds.
* @param readTimeoutMs read timeout in milliseconds.
* @param errorReporter the error reporter.
*/
public GelfHTTPSender(URL url, int connectTimeoutMs, int readTimeoutMs, ErrorReporter errorReporter) {

Expand Down

0 comments on commit 0c7a3eb

Please sign in to comment.