summaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2012-01-30 21:57:21 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2012-01-30 21:57:21 +0100
commit31d1f95b9de80cab412d8e3841b032cfecd7e69c (patch)
tree392d7505ec5d3f607347c74c7696ca7f229c0723 /sonar-plugin-api
parent739d0057a3b9c066801eb6ea9f397be4b529595d (diff)
downloadsonarqube-31d1f95b9de80cab412d8e3841b032cfecd7e69c.tar.gz
sonarqube-31d1f95b9de80cab412d8e3841b032cfecd7e69c.zip
Add javadoc to Violation#getCommitter
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r--sonar-plugin-api/src/main/java/org/sonar/api/rules/Violation.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/rules/Violation.java b/sonar-plugin-api/src/main/java/org/sonar/api/rules/Violation.java
index 0b139cc94fc..17f10d3b171 100644
--- a/sonar-plugin-api/src/main/java/org/sonar/api/rules/Violation.java
+++ b/sonar-plugin-api/src/main/java/org/sonar/api/rules/Violation.java
@@ -317,6 +317,8 @@ public class Violation {
}
/**
+ * The committer login is set by the SCM activity plugin. It's available to decorators
+ * annotated with : {@code @DependsUpon(DecoratorBarriers.END_OF_VIOLATION_TRACKING}
* @since 2.13
*/
public String getCommitter() {