From 12345de32a5700fcb7cb80e244b070795984a7d9 Mon Sep 17 00:00:00 2001 From: Teryk Bellahsene Date: Thu, 11 Aug 2016 10:08:41 +0200 Subject: Fix typo of api/components description --- .../src/main/java/org/sonar/server/component/ws/ComponentsWs.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/sonar-server') diff --git a/server/sonar-server/src/main/java/org/sonar/server/component/ws/ComponentsWs.java b/server/sonar-server/src/main/java/org/sonar/server/component/ws/ComponentsWs.java index 12296938544..0da1a4f5787 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/component/ws/ComponentsWs.java +++ b/server/sonar-server/src/main/java/org/sonar/server/component/ws/ComponentsWs.java @@ -39,7 +39,7 @@ public class ComponentsWs implements WebService { public void define(Context context) { NewController controller = context.createController("api/components") .setSince("4.2") - .setDescription("Get information about a component (file, directory, project, ...) and its ancestors or descendants.
" + + .setDescription("Get information about a component (file, directory, project, ...) and its ancestors or descendants. " + "Update a project or module key."); for (ComponentsWsAction action : actions) { -- cgit v1.2.3