aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-02-10 00:08:27 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-02-10 00:08:27 +0100
commit70e645356d78d7b90f63bad4f40a343562d84d07 (patch)
tree441999668293390ab36ba76a496321338b4fe895 /sonar-ws-client
parentbd8e08f07709d404d40c5c06096824669bca3ac7 (diff)
downloadsonarqube-70e645356d78d7b90f63bad4f40a343562d84d07.tar.gz
sonarqube-70e645356d78d7b90f63bad4f40a343562d84d07.zip
Fix some violations
Diffstat (limited to 'sonar-ws-client')
-rw-r--r--sonar-ws-client/src/main/java/org/sonar/wsclient/services/ResourceQuery.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/sonar-ws-client/src/main/java/org/sonar/wsclient/services/ResourceQuery.java b/sonar-ws-client/src/main/java/org/sonar/wsclient/services/ResourceQuery.java
index b8f0b319356..608542513f4 100644
--- a/sonar-ws-client/src/main/java/org/sonar/wsclient/services/ResourceQuery.java
+++ b/sonar-ws-client/src/main/java/org/sonar/wsclient/services/ResourceQuery.java
@@ -141,6 +141,7 @@ public class ResourceQuery extends Query<Resource> {
* @param ruleCategories values: Maintainability, Usability, Reliability, Efficiency, Portability
* @deprecated since 2.5 See http://jira.codehaus.org/browse/SONAR-2007
*/
+ @Deprecated
public ResourceQuery setRuleCategories(String... ruleCategories) {
return this;
}
@@ -190,6 +191,7 @@ public class ResourceQuery extends Query<Resource> {
/**
* @deprecated since 2.5 not used anymore
*/
+ @Deprecated
public boolean isExcludeRuleCategories() {
return false;
}
@@ -197,6 +199,7 @@ public class ResourceQuery extends Query<Resource> {
/**
* @deprecated since 2.5 not used anymore
*/
+ @Deprecated
public ResourceQuery setExcludeRuleCategories(boolean b) {
return this;
}