From 5ae4a897295e5ce2b265fb6ea9784fb11128008f Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 10 May 2016 16:16:15 +0200 Subject: [PATCH] SONAR-7566 Fix description of deprecation policy in Web API documentation --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5