]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7929 WS api/components/blulk_update_key update description of required permissions
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Thu, 11 Aug 2016 08:10:36 +0000 (10:10 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Thu, 11 Aug 2016 09:35:09 +0000 (11:35 +0200)
server/sonar-server/src/main/java/org/sonar/server/component/ws/BulkUpdateKeyAction.java

index f3ee2b81a1d63aa74dba2503b4f7918aab7acc3f..b5eeb685e469b489b7f7da22343dd9037f241ffd 100644 (file)
@@ -77,7 +77,6 @@ public class BulkUpdateKeyAction implements ComponentsWsAction {
         "<ul>" +
         "<li>'Administer System'</li>" +
         "<li>'Administer' rights on the specified project</li>" +
-        "<li>'Browse' on the specified project</li>" +
         "</ul>",
         PARAM_DRY_RUN,
         PARAM_KEY, PARAM_FROM, PARAM_TO,