From: Sébastien Lesaint Date: Fri, 28 Aug 2015 09:41:42 +0000 (+0200) Subject: javadoc update on PersistComponentsStep X-Git-Tag: 5.2-RC1~554 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F486%2Fhead;p=sonarqube.git javadoc update on PersistComponentsStep this step is really Report specific --- 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 {