From 745387f5731119097531482da362b282169c3888 Mon Sep 17 00:00:00 2001 From: David Cho-Lerat <117642976+david-cho-lerat-sonarsource@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:59:29 +0100 Subject: [PATCH] Update server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java --- .../java/org/sonar/server/qualityprofile/ws/ProjectsAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java b/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java index 36ca5e82bcd..5cfa6c8358e 100644 --- a/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java +++ b/server/sonar-webserver-webapi/src/main/java/org/sonar/server/qualityprofile/ws/ProjectsAction.java @@ -63,7 +63,7 @@ public class ProjectsAction implements QProfileWsAction { .setSince("5.2") .setHandler(this) .setDescription("List projects with their association status regarding a quality profile.
" + - "Only projects explicitly bound to the profile are returned, those associated to the profile because is the default one are not.
" + + "Only projects explicitly bound to the profile are returned, those associated with the profile because is the default one are not.
" + "See api/qualityprofiles/search in order to get the Quality Profile Key. ") .setResponseExample(getClass().getResource("projects-example.json")); -- 2.39.5