]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6303 Make this WS an internal one
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 15 Apr 2015 07:49:07 +0000 (09:49 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 15 Apr 2015 07:49:40 +0000 (09:49 +0200)
server/sonar-server/src/main/java/org/sonar/server/qualityprofile/ws/QProfileCompareAction.java

index 44b72f3bcff203a6f103b5e605b2479778c5a5df..d193872a5970de0d27754dda58a07c7fd30891ed 100644 (file)
@@ -66,6 +66,7 @@ public class QProfileCompareAction implements BaseQProfileWsAction {
     NewAction compare = context.createAction("compare")
       .setDescription("Compare two quality profiles.")
       .setHandler(this)
+      .setInternal(true)
       .setResponseExample(getClass().getResource("example-compare.json"))
       .setSince("5.2");