]> source.dussan.org Git - sonarqube.git/commitdiff
Fix javadoc of ProjectIssues
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 2 Jun 2014 22:18:57 +0000 (00:18 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 2 Jun 2014 22:18:57 +0000 (00:18 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/issue/ProjectIssues.java

index fb3ac27c30bab0ced6f0ba57f0451e52ddd5459f..096fcd365331c409f5e55751ec1dcf4f2c049cde 100644 (file)
@@ -21,14 +21,11 @@ package org.sonar.api.issue;
 
 import org.sonar.api.BatchComponent;
 import org.sonar.api.batch.InstantiationStrategy;
-import org.sonar.api.batch.PostJob;
 
 import static org.sonar.api.batch.InstantiationStrategy.PER_BATCH;
 
 /**
- * Used by batch components to get the issues of the project. You have to wait for all
- * issues to have been computed (for example in a {@link PostJob}) to be sure all issues have
- * been computed.
+ * Used by batch components to get all project issues.
  *
  * @since 4.0
  */