Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
parthchandra committed Jan 3, 2024
1 parent 3a9050b commit 2dca808
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
* A simple interface to pass basic metric values by name to any implementation. Typically, an
* implementation of this interface will serve as a bridge to pass metric values on
* to the metrics system of a distributed engine (hadoop, spark, etc).
* <br/>
* <br>
* Development Note: This interface should provide a default implementation for any new metric tracker
* added to allow for backward compatibility
* <br/>
* <br>
* e.g.
* <br/>
* <br>
* <code>default addMaximum(key, value) { } ; </code>
*/
@InterfaceStability.Unstable
Expand Down

0 comments on commit 2dca808

Please sign in to comment.