Skip to content

Commit

Permalink
Polish JavaDocs to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Jun 29, 2019
1 parent a2984b4 commit cfff3aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
import static java.util.stream.StreamSupport.stream;

/**
* {@link StepMeterRegistry} for Wavefront.
* {@link PushMeterRegistry} for Wavefront.
*
* @author Jon Schneider
* @author Howard Yoo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
* registered as request executor when creating the HttpClient instance.
* For example:
*
* <code><pre>
* <pre>
* HttpClientBuilder.create()
* .setRequestExecutor(MicrometerHttpRequestExecutor
* .builder(meterRegistry)
* .build())
* .build();
* </pre></code>
* </pre>
*
* @author Benjamin Hubert ([email protected])
* @author Tommy Ludwig
Expand Down

0 comments on commit cfff3aa

Please sign in to comment.