From: Sébastien Lesaint Date: Mon, 4 May 2015 07:34:24 +0000 (+0200) Subject: SONAR-6379 fix minor typo in action description X-Git-Tag: 5.2-RC1~2077 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51c20b583a715c11d9640d4575e8b15aaddeb5e3;p=sonarqube.git SONAR-6379 fix minor typo in action description --- 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." +