diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-08-28 11:41:42 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2015-08-29 15:58:42 +0200 |
commit | 038615683fa75cf657f10c3a06f62de351160598 (patch) | |
tree | 17f5531e72fdd4e2975134a691807325c3809cf5 /server | |
parent | a85ef83554c61283f8ad965d092c6d415950951b (diff) | |
download | sonarqube-038615683fa75cf657f10c3a06f62de351160598.tar.gz sonarqube-038615683fa75cf657f10c3a06f62de351160598.zip |
javadoc update on PersistComponentsStep
this step is really Report specific
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-server/src/main/java/org/sonar/server/computation/step/PersistComponentsStep.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-server/src/main/java/org/sonar/server/computation/step/PersistComponentsStep.java b/server/sonar-server/src/main/java/org/sonar/server/computation/step/PersistComponentsStep.java index 19cb718f3fb..121293fefd3 100644 --- a/server/sonar-server/src/main/java/org/sonar/server/computation/step/PersistComponentsStep.java +++ b/server/sonar-server/src/main/java/org/sonar/server/computation/step/PersistComponentsStep.java @@ -44,7 +44,7 @@ import org.sonar.server.computation.component.MutableDbIdsRepository; import org.sonar.server.computation.component.TreeRootHolder; /** - * Persist components + * Persist report components * Also feed the components cache {@link DbIdsRepositoryImpl} with component ids */ public class PersistComponentsStep implements ComputationStep { |