Polish doc

Closes gh-5999
This commit is contained in:
Stephane Nicoll 2016-05-20 13:00:08 +02:00
parent c3201a1e91
commit 4213c1575a
1 changed files with 1 additions and 1 deletions

View File

@ -1230,7 +1230,7 @@ private String prefix = "metrics";
@Bean
@ExportMetricWriter
MetricWriter metricWriter() {
return new StatsdMetricWriter(prefix, "localhost", "8125");
return new StatsdMetricWriter(prefix, "localhost", 8125);
}
----