]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7196 WS api/measures/component_tree improve metric_sort documentation
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Fri, 11 Mar 2016 16:33:31 +0000 (17:33 +0100)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Fri, 11 Mar 2016 16:33:36 +0000 (17:33 +0100)
server/sonar-server/src/main/java/org/sonar/server/measure/ws/ComponentTreeAction.java

index b7d26b033b248852a53bf9cee5b385e8859c2d1a..c85ee281759d0adec8f2330851b0fe0080234a2e 100644 (file)
@@ -140,7 +140,8 @@ public class ComponentTreeAction implements MeasuresWsAction {
 
     action.createParam(PARAM_METRIC_SORT)
       .setDescription(
-        format("Metric key to sort by. The '%s' parameter must contain the '%s' value. It must be part of the '%s' parameter", Param.SORT, METRIC_SORT, PARAM_METRIC_KEYS))
+        format("Metric key to sort by. The '%s' parameter must contain the '%s' or '%s' value. It must be part of the '%s' parameter", Param.SORT, METRIC_SORT, METRIC_PERIOD_SORT,
+          PARAM_METRIC_KEYS))
       .setExampleValue("ncloc");
 
     action.createParam(PARAM_METRIC_PERIOD_SORT)