diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-05-05 13:23:42 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-05-05 13:23:50 +0200 |
commit | 164d8a4c78a7f8e92dbf72f1c58a586ecb0036f8 (patch) | |
tree | 92ae3c0ee63dd45858401314f4e99bb4aca53ec2 /sonar-plugin-api | |
parent | 56f482bcb257ec41b5e9c0f4e56d85aedcdc393b (diff) | |
download | sonarqube-164d8a4c78a7f8e92dbf72f1c58a586ecb0036f8.tar.gz sonarqube-164d8a4c78a7f8e92dbf72f1c58a586ecb0036f8.zip |
SONAR-5111 Add api/resources WS documentations
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/src/main/java/org/sonar/api/server/ws/WebService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/server/ws/WebService.java b/sonar-plugin-api/src/main/java/org/sonar/api/server/ws/WebService.java index c84994096f8..7f6e012ec3f 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/server/ws/WebService.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/server/ws/WebService.java @@ -159,7 +159,7 @@ public interface WebService extends ServerExtension { } /** - * Optional plain-text description + * Optional description (accept HTML) */ public NewController setDescription(@Nullable String s) { this.description = s; |