From 51c20b583a715c11d9640d4575e8b15aaddeb5e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Mon, 4 May 2015 09:34:24 +0200 Subject: [PATCH] SONAR-6379 fix minor typo in action description --- .../org/sonar/server/plugins/ws/UpdatesPluginsWsAction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-server/src/main/java/org/sonar/server/plugins/ws/UpdatesPluginsWsAction.java b/server/sonar-server/src/main/java/org/sonar/server/plugins/ws/UpdatesPluginsWsAction.java index 090541f3485..0aedfd319fe 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/plugins/ws/UpdatesPluginsWsAction.java +++ b/server/sonar-server/src/main/java/org/sonar/server/plugins/ws/UpdatesPluginsWsAction.java @@ -73,7 +73,7 @@ public class UpdatesPluginsWsAction implements PluginsWsAction { public void define(WebService.NewController controller) { controller.createAction("updates") .setDescription("Lists plugins installed on the SonarQube instance for which at least one newer version is available, sorted by plugin name." + - "br/>" + + "
" + "Each newer version is listed, ordered from the oldest to the newest, with its own update/compatibility status." + "
" + "Plugin information is retrieved from Update Center. Date and time at which Update Center was last refreshed is provided in the response." + -- 2.39.5