]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7950 WS ce/component fix typo in description 1270/head
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Wed, 21 Sep 2016 14:32:59 +0000 (16:32 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Wed, 21 Sep 2016 14:32:59 +0000 (16:32 +0200)
server/sonar-server/src/main/java/org/sonar/server/ce/ws/ComponentAction.java

index 71223759e8bac2ebf92191654d15344693724144..ce88ee6363ba151422e9820b4f7d4a5f89039476 100644 (file)
@@ -66,7 +66,8 @@ public class ComponentAction implements CeWsAction {
         "<li>'Administer' rights on the specified component</li>" +
         "</ul>" +
         "Either '%s' or '%s' must be provided, not both.<br>" +
-        "Since 6.1, field \"logs\" is deprecated and its value is always false.")
+        "Since 6.1, field \"logs\" is deprecated and its value is always false.",
+        PARAM_COMPONENT_ID, PARAM_COMPONENT_KEY)
       .setSince("5.2")
       .setResponseExample(getClass().getResource("component-example.json"))
       .setHandler(this);