aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-05-10 16:16:15 +0200
committerStas Vilchik <vilchiks@gmail.com>2016-05-10 16:16:15 +0200
commit5ae4a897295e5ce2b265fb6ea9784fb11128008f (patch)
tree9fc2ecf0c588683a2a0942a2529b20188d3afb56 /sonar-core
parent41677d64b95dc551cfc70c417e8d7099d117bd05 (diff)
downloadsonarqube-5ae4a897295e5ce2b265fb6ea9784fb11128008f.tar.gz
sonarqube-5ae4a897295e5ce2b265fb6ea9784fb11128008f.zip
SONAR-7566 Fix description of deprecation policy in Web API documentation
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index 6014f4f5434..45484d7f87a 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -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.