]> source.dussan.org Git - sonarqube.git/commitdiff
update parameter description of /api/l10n/index
authorStas Vilchik <vilchiks@gmail.com>
Fri, 13 May 2016 08:25:58 +0000 (10:25 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 13 May 2016 08:31:37 +0000 (10:31 +0200)
server/sonar-server/src/main/java/org/sonar/server/platform/ws/L10nWs.java

index bbfd31e32ed6a1ead0c5d9150626f906ac85105d..87f8b0ecdb658cf2e2065131e1071d94efc987e5 100644 (file)
@@ -65,8 +65,8 @@ public class L10nWs implements WebService {
       .setDescription("BCP47 language tag, used to override the browser Accept-Language header")
       .setExampleValue("fr-CH");
     indexAction.createParam("ts")
-    .setDescription("UTC timestamp of the last cache update")
-    .setExampleValue("2014-06-04T09:31:42Z");
+    .setDescription("Date of the last cache update.")
+    .setExampleValue("2014-06-04T09:31:42+0000");
 
     l10n.done();
   }