]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7566 Fix description of deprecation policy in Web API documentation
authorStas Vilchik <vilchiks@gmail.com>
Tue, 10 May 2016 14:16:15 +0000 (16:16 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 10 May 2016 14:16:15 +0000 (16:16 +0200)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 6014f4f5434c9e897abc66abc72b0a20af6a52f4..45484d7f87add222a6d1fe047d56520c22f14d21 100644 (file)
@@ -3145,7 +3145,7 @@ overview.complexity_tooltip.file={0} files have complexity around {1}
 # WS API
 #
 #------------------------------------------------------------------------------
-api_documentation.deprecation_tooltip=Deprecated services remain available through the first LTS version released after deprecation, and will be removed before the second.
+api_documentation.deprecation_tooltip=If an API is deprecated in version X.Y, this API will be dropped in version (X+2).0. Example: an API deprecated in 4.1 is supported in 4.2, 4.3, 5.0, 5.1, 5.2, 5.3 and is dropped in version 6.0.
 api_documentation.internal_tooltip=Use at your own risk; internal services are subject to change or removal without notice.