diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-11-25 09:57:42 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-11-25 09:57:42 +0100 |
commit | 36c7fe808ee079ae8ed82b6d55930666a71e8663 (patch) | |
tree | b2f2bae7cf4e06a4edec6e195fbce47c66798699 /sonar-batch/src | |
parent | a26fcb817d579ee813759ea6acd43a4d30388dd0 (diff) | |
download | sonarqube-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.java | 2 |
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) { |