summaryrefslogtreecommitdiffstats
path: root/sonar-batch/src
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-11-25 09:57:42 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2011-11-25 09:57:42 +0100
commit36c7fe808ee079ae8ed82b6d55930666a71e8663 (patch)
treeb2f2bae7cf4e06a4edec6e195fbce47c66798699 /sonar-batch/src
parenta26fcb817d579ee813759ea6acd43a4d30388dd0 (diff)
downloadsonarqube-36c7fe808ee079ae8ed82b6d55930666a71e8663.tar.gz
sonarqube-36c7fe808ee079ae8ed82b6d55930666a71e8663.zip
Fix some violations
Diffstat (limited to 'sonar-batch/src')
-rw-r--r--sonar-batch/src/main/java/org/sonar/batch/Batch.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-batch/src/main/java/org/sonar/batch/Batch.java b/sonar-batch/src/main/java/org/sonar/batch/Batch.java
index ef964b991ac..13bc0827bda 100644
--- a/sonar-batch/src/main/java/org/sonar/batch/Batch.java
+++ b/sonar-batch/src/main/java/org/sonar/batch/Batch.java
@@ -66,7 +66,7 @@ public final class Batch {
/**
* Used by Gradle 1.0
*
- * @deprecated
+ * @deprecated in version 2.12
*/
@Deprecated
public static Batch create(ProjectReactor projectReactor, Configuration configuration, Object... bootstrapperComponents) {