Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / reporting / MetricsReporter.java
index 9b93744368f486de2611306e2540df913219f6c9..3dbb6124a4d333d56e8239ba39dc741542c1ab6e 100644 (file)
@@ -17,7 +17,8 @@ import com.google.common.cache.LoadingCache;
  * Maintains metrics registry that is provided to reporters.
  * At the moment only one reporter exists {@code JmxReporter}.
  * More reporters can be added.
- * <p/>
+ *
+ * <p>
  * The consumers of this class will only be interested in {@code MetricsRegistry}
  * where metrics for that consumer gets stored.
  */