This commit is contained in:
Phillip Webb
2016-01-27 16:01:56 -08:00
parent 9065ddd857
commit f276ff4bd0
15 changed files with 57 additions and 47 deletions

View File

@@ -80,8 +80,8 @@ public class OpenTsdbGaugeWriter implements GaugeWriter {
private OpenTsdbNamingStrategy namingStrategy = new DefaultOpenTsdbNamingStrategy();
/**
* Creates a new {@code OpenTsdbGaugeWriter} with the default connect (10 seconds)
* and read (30 seconds) timeouts.
* Creates a new {@code OpenTsdbGaugeWriter} with the default connect (10 seconds) and
* read (30 seconds) timeouts.
*/
public OpenTsdbGaugeWriter() {
this(DEFAULT_CONNECT_TIMEOUT, DEFAULT_READ_TIMEOUT);