Skip to content

Commit

Permalink
prepare release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-bukhtoyarov committed Oct 23, 2016
1 parent 638889b commit b2e02ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.github.metrics-core-addons</groupId>
<artifactId>metrics-core-hdr</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

<packaging>jar</packaging>
<name>Metrics-Core-HDR</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
* </ul>
*
* @see SmoothlyDecayingRollingCounter
* @see MetricsCounter
* @see MetricsGauge
*/
public class ResetAtSnapshotCounter implements WindowCounter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
* </ul>
*
* @see SmoothlyDecayingRollingCounter
* @see MetricsCounter
* @see MetricsGauge
*/
public class ResetPeriodicallyCounter implements WindowCounter {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

/**
* Util class which should be used for execution tasks(like histogram rotation) in background.
* Known clients {@link com.github.metricscore.hdr.top.ResetByChunksQueryTop}, (@link {@link com.github.metricscore.hdr.histogram.accumulator.ResetByChunksAccumulator}).
* Known clients: {@link com.github.metricscore.hdr.histogram.accumulator.ResetByChunksAccumulator}.
*
* For background execution this class maintains own implementation of executor {@link SingleThreadExecutor}
* which extremely fast and has no blocking on task queueing.
Expand Down

0 comments on commit b2e02ff

Please sign in to comment.