aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-dbcleaner-plugin/src/main
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-11-25 12:40:26 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2011-11-25 12:40:26 +0100
commit6b9f15216b84ee578ad05b293583cbf3a658bb0a (patch)
treee9f7a133ab0e5628b90bf827b629353c9ea2e4e8 /plugins/sonar-dbcleaner-plugin/src/main
parentae3dc656a8ead89edb64eb9a93fed51b6404d39d (diff)
downloadsonarqube-6b9f15216b84ee578ad05b293583cbf3a658bb0a.tar.gz
sonarqube-6b9f15216b84ee578ad05b293583cbf3a658bb0a.zip
Remove hardcoded path for MostViolatedRulesWidget
Diffstat (limited to 'plugins/sonar-dbcleaner-plugin/src/main')
-rw-r--r--plugins/sonar-dbcleaner-plugin/src/main/java/org/sonar/plugins/dbcleaner/purges/PurgeRuleMeasures.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-dbcleaner-plugin/src/main/java/org/sonar/plugins/dbcleaner/purges/PurgeRuleMeasures.java b/plugins/sonar-dbcleaner-plugin/src/main/java/org/sonar/plugins/dbcleaner/purges/PurgeRuleMeasures.java
index 112cab95d8e..790a4f96a37 100644
--- a/plugins/sonar-dbcleaner-plugin/src/main/java/org/sonar/plugins/dbcleaner/purges/PurgeRuleMeasures.java
+++ b/plugins/sonar-dbcleaner-plugin/src/main/java/org/sonar/plugins/dbcleaner/purges/PurgeRuleMeasures.java
@@ -31,7 +31,7 @@ import java.util.List;
/**
* see SONAR-522
- *
+ *
* @since 1.11
*/
public final class PurgeRuleMeasures extends Purge {