aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-07-22 18:31:44 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-07-22 18:31:44 +0200
commit7c5ad0fb89f5b6ec822ecbd200806565a97f7e6c (patch)
tree91c721e513fad6af91ac92624a0cc968535195be /sonar-plugin-api
parente5220956e1fba2afb839760c41aa195abe05d54d (diff)
downloadsonarqube-7c5ad0fb89f5b6ec822ecbd200806565a97f7e6c.tar.gz
sonarqube-7c5ad0fb89f5b6ec822ecbd200806565a97f7e6c.zip
SONAR-2006 Allow to select manual measures in filters treemap
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r--sonar-plugin-api/src/main/java/org/sonar/api/measures/Metric.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/measures/Metric.java b/sonar-plugin-api/src/main/java/org/sonar/api/measures/Metric.java
index 41b8752672b..dc27e6fe46e 100644
--- a/sonar-plugin-api/src/main/java/org/sonar/api/measures/Metric.java
+++ b/sonar-plugin-api/src/main/java/org/sonar/api/measures/Metric.java
@@ -353,14 +353,14 @@ public class Metric implements ServerExtension, BatchExtension {
}
/**
- * @return whether the metric is a managed by the users (manual metric)
+ * @return whether the metric is a managed by the users ("manual metric")
*/
public Boolean getUserManaged() {
return userManaged;
}
/**
- * Sets whether the metric is user managed
+ * Sets whether the metric is managed by users ("manual metric")
*
* @param userManaged whether the metric is user managed
* @return this