@@ -19,10 +19,10 @@ public class MetricResult {
1919 /**
2020 * Protected superclass for sub-classing.
2121 *
22- * @param identifier Identifier of the associated resource
22+ * @param identifier Identifier of the associated resource
2323 * @param metricClass Metric for which this is a result
24- * @param scope Scope that this metric belongs in.
25- * @param value The result value.
24+ * @param scope Scope that this metric belongs in.
25+ * @param value The result value.
2626 * @throws java.lang.NullPointerException If anything but the value is NULL
2727 */
2828 protected MetricResult (
@@ -42,8 +42,8 @@ protected MetricResult(
4242 * scope from the given metric.
4343 *
4444 * @param identifier Identifier of the associated resource
45- * @param metric Metric for which this is a result
46- * @param value The result value.
45+ * @param metric Metric for which this is a result
46+ * @param value The result value.
4747 * @return The result for the given values.
4848 * @throws java.lang.NullPointerException If anything but the value is NULL
4949 */
@@ -54,10 +54,10 @@ public static MetricResult getResult(final String identifier, final BaseMetric m
5454 /**
5555 * Construct a result for the given identifier-metric pair, in the given scope and with the given value.
5656 *
57- * @param identifier Identifier of the associated resource
57+ * @param identifier Identifier of the associated resource
5858 * @param metricClass Metric for which this is a result
59- * @param scope Scope that this metric belongs in.
60- * @param value The result value.
59+ * @param scope Scope that this metric belongs in.
60+ * @param value The result value.
6161 * @return The result for the given values.
6262 * @throws java.lang.NullPointerException If anything but the value is NULL
6363 */
0 commit comments