]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10648 Update JavaDoc
authorJulien HENRY <julien.henry@sonarsource.com>
Fri, 27 Apr 2018 13:43:46 +0000 (15:43 +0200)
committerSonarTech <sonartech@sonarsource.com>
Fri, 27 Apr 2018 18:20:45 +0000 (20:20 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/batch/fs/internal/SensorStrategy.java

index dc74f0e9d233b3e5fc65191c5a3e9d821b23f2a3..c9314c2fd70746121dfc550a9500d29ee65a430c 100644 (file)
  */
 package org.sonar.api.batch.fs.internal;
 
+import org.sonar.api.batch.fs.InputFile;
+
 /**
- * A shared, mutable object in the module container.
+ * A shared, mutable object in the project container.
  * It's used during the execution of sensors to decide whether
  * sensors should be executed once for the entire project, or per-module.
+ * It is also injected into each InputFile to change the behavior of {@link InputFile#relativePath()}
  */
 public class SensorStrategy {