diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-07-26 10:54:54 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-07-29 10:31:31 +0200 |
commit | 1e6c0e1a47509ca88f0cd2d9fa127dc4302a899d (patch) | |
tree | a4dbdf8e741031f7ffe12033f0dd7f3744d5912d /sonar-plugin-api | |
parent | d107bfeb735e2d75bece233900a546b347774c2b (diff) | |
download | sonarqube-1e6c0e1a47509ca88f0cd2d9fa127dc4302a899d.tar.gz sonarqube-1e6c0e1a47509ca88f0cd2d9fa127dc4302a899d.zip |
Minor Quality flaws
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r-- | sonar-plugin-api/src/main/java/org/sonar/api/utils/Semaphores.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/utils/Semaphores.java b/sonar-plugin-api/src/main/java/org/sonar/api/utils/Semaphores.java index 8e77894ba28..ffd503ed486 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/utils/Semaphores.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/utils/Semaphores.java @@ -27,7 +27,7 @@ import org.sonar.api.server.ServerSide; * A semaphore shared among all the processes that can connect to the central database. * * @since 3.4 - * @deprecated in 5.2 as batch analyzer does not connect to database anymore + * @deprecated in 5.2 as analyzer does not connect to database anymore */ @ServerSide @Deprecated |